mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-11-22 11:55:12 +01:00
Update maven.yml
This commit is contained in:
parent
aa67ec5555
commit
c817cb4261
23
.github/workflows/maven.yml
vendored
23
.github/workflows/maven.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user