Skip to content

Commit

Permalink
use new branch ref var
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyshankman committed Nov 14, 2023
1 parent 152ca74 commit d40c78e
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 @@ -28,7 +28,7 @@ jobs:
uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
automatic_release_tag: ${GITHUB_REF##*/}
automatic_release_tag: ${{ GITHUB_REF_NAME }}
prerelease: false
files: |
release/build/*.zip

0 comments on commit d40c78e

Please sign in to comment.