Update maven.yml

This commit is contained in:
Ryder Belserion 2022-06-10 23:57:02 -04:00 committed by GitHub
parent aa67ec5555
commit c817cb4261
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,26 +24,3 @@ jobs:
with:
name: Crazy-Auctions
path: staging
create-release:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
with:
fetch-depth: 0 # need this for all history for all branches and tags
- name: Create Release
id: create_release
uses: nickatnight/releases-action@v3
if: startsWith(github.ref, 'refs/tags/')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
outputs:
ReleaseTag: ${{ steps.create_release.outputs.release_tag }}
# pass in as env variable
explore-essos:
runs-on: ubuntu-latest
needs: [create-release]
env:
RELEASE_TAG: ${{ needs.create-release.outputs.ReleaseTag }}