fix release shell

pull/173/head
qingwei.li 2016-09-28 13:38:46 +08:00
parent 214fcfd04a
commit 94342c016f
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ then
npm version $VERSION --message "[release] $VERSION"
# publish
git push origin refs/tags/v$VERSION
git push
git push eleme refs/tags/v$VERSION
git push eleme master
npm publish --tag next
fi