Skip to content

Commit

Permalink
Fix env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Eranziel committed Jun 3, 2024
1 parent 788a990 commit 615c2a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
# Remove the 'v' from the tag for versioning
run: |
echo "VERSION=${GITHUB_REF_NAME#v}" >> $GITHUB_ENV
echo "TAG_NAME=v${{ steps.manifest.outputs.version }}" >> $GITHUB_ENV
echo "ZIP_NAME=lancer-$TAG_NAME.zip" >> $GITHUB_ENV
echo "TAG_NAME=v${{ env.VERSION }}" >> $GITHUB_ENV
echo "ZIP_NAME=lancer-${{ env.TAG_NAME }}.zip" >> $GITHUB_ENV
# Verify correct naming
- name: Verify correct naming
Expand Down

0 comments on commit 615c2a7

Please sign in to comment.