Skip to content

Commit

Permalink
fix: use the RELEASE_GIT_TAG from the env
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Apr 18, 2024
1 parent a8d7013 commit a19cc9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: app.7z
tag_name: $RELEASE_GIT_TAG
tag_name: ${{ env.RELEASE_GIT_TAG }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a19cc9e

Please sign in to comment.