Skip to content

Commit

Permalink
πŸš‘οΈ Fix RELEASE_VERSION in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
hayesall authored Aug 6, 2021
1 parent ee2b374 commit b74bda1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,9 @@ jobs:
- name: πŸ‘€ Checkout
uses: actions/checkout@v2

- name: πŸ”– Get Release Tag
id: latesttag
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}

- name: πŸ—οΈ Generate Artifacts
env:
RELEASE_VERSION: ${{ steps.latesttag.output.tag }}
RELEASE_VERSION: ${{ github.event.release.tag_name }}
run: bash zip_artifacts.sh

- name: πŸ“€ Upload Artifacts
Expand Down

0 comments on commit b74bda1

Please sign in to comment.