Skip to content

Commit

Permalink
Fix Tag Prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
AchimStuy committed Oct 23, 2020
1 parent 37604a7 commit f0f403e
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 @@ -29,7 +29,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ 'v'env.Version }}
tag_name: ${{ format('v{0}', env.Version) }}
- name: Upload Windows
id: upload-windows
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit f0f403e

Please sign in to comment.