Skip to content

Commit a2c331e

Browse files
zhu-xiaoweixiaoweii
andauthored
fix: tag and release action (#61)
Co-authored-by: xiaoweii <[email protected]>
1 parent 7912ee4 commit a2c331e

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
@@ -26,7 +26,7 @@ jobs:
2626
git config user.name '${{ vars.USER_NAME }}'
2727
git config user.email '${{ vars.USER_EMAIL }}'
2828
git tag $version
29-
git push origin v$version
29+
git push origin $version
3030
- name: Create GitHub release
3131
uses: softprops/action-gh-release@v1
3232
with:

0 commit comments

Comments
 (0)