Skip to content

Commit 0837645

Browse files
authored
fix: make release tag name consistent with git tag (#56)
1 parent 66d6995 commit 0837645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tag_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
echo $version
2626
git config user.name '${{ vars.USER_NAME }}'
2727
git config user.email '${{ vars.USER_EMAIL }}'
28-
git tag v$version
28+
git tag $version
2929
git push origin v$version
3030
- name: Create GitHub release
3131
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)