Skip to content

Commit

Permalink
make tagname and ref the same
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnhoffer committed Sep 15, 2021
1 parent 92cc18c commit 6baed03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
tag_name: ${{ env.tag }}
name: ${{ env.tag }}
draft: false
prerelease: ${{ contains(github.ref, 'rc') }}
Expand Down

0 comments on commit 6baed03

Please sign in to comment.