build: add latest-v1 tag

This commit is contained in:
陈嘉涵 2019-09-30 09:57:14 +08:00
parent 423a8b1cf5
commit 4e48702075

View File

@ -19,5 +19,5 @@ then
git push origin 1.x
git push origin refs/tags/v$VERSION
npm publish
npm publish --tag latest-v1
fi