mirror of https://github.com/ElemeFE/element
fix release shell
parent
214fcfd04a
commit
94342c016f
|
@ -17,7 +17,7 @@ then
|
||||||
npm version $VERSION --message "[release] $VERSION"
|
npm version $VERSION --message "[release] $VERSION"
|
||||||
|
|
||||||
# publish
|
# publish
|
||||||
git push origin refs/tags/v$VERSION
|
git push eleme refs/tags/v$VERSION
|
||||||
git push
|
git push eleme master
|
||||||
npm publish --tag next
|
npm publish --tag next
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue