fix release shell
@@ -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