Skip to content

Commit

Permalink
and drop the other v
Browse files Browse the repository at this point in the history
  • Loading branch information
willwade committed Sep 30, 2024
1 parent b47b162 commit 521f54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-build-release-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
needs: sign
env:
# Convenience variables with v prefix and short name.
VersionTag: v${{github.ref_name}}
VersionTag: ${{github.ref_name}}
steps:
- name: Create tag
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 521f54a

Please sign in to comment.