We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85ebc17 commit e655bcaCopy full SHA for e655bca
release.sh
@@ -29,6 +29,6 @@ git commit -m "Release version $NEW_VERSION"
29
git tag "v$NEW_VERSION"
30
31
# 推送更改和标签到远程仓库
32
-git push && git push origin "v$NEW_VERSION"
+git push && git push origin --tags
33
34
echo "Git tag v$NEW_VERSION has been created and pushed"
0 commit comments