Skip to content

Commit

Permalink
correct env var
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyshankman committed Nov 14, 2023
1 parent 5240422 commit ef350c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
automatic_release_tag: ${{ GITHUB_REF_NAME }}
automatic_release_tag: ${{ env.GITHUB_REF_NAME }}
prerelease: false
files: |
release/build/*.zip

0 comments on commit ef350c4

Please sign in to comment.