[build] update release.sh

This commit is contained in:
陈嘉涵 2019-08-20 20:25:24 +08:00
parent 8dcf1c1139
commit dbf568e68b

View File

@ -13,7 +13,7 @@ then
# commit # commit
git tag v$VERSION git tag v$VERSION
git commit -am "[release] $VERSION" git commit -am "[build] release: $VERSION"
# publish # publish
git push origin dev git push origin dev