Skip to content

Commit faa1243

Browse files
authored
Update build_windows.yml
1 parent 8458252 commit faa1243

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
env:
4545
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
4646
with:
47-
tag_name: ${{ github.ref }}
48-
release_name: Release ${{ github.ref }}
47+
tag_name: v${{ github.ref }}
48+
release_name: Release v${{ github.ref }}
4949
draft: false
5050
prerelease: false
5151

0 commit comments

Comments
 (0)