mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
chore: update release.sh (#2090)
This commit is contained in:
parent
89bcab7b09
commit
26f2b77538
@ -24,7 +24,13 @@ then
|
|||||||
# publish
|
# publish
|
||||||
git push origin master
|
git push origin master
|
||||||
git push origin refs/tags/v$VERSION
|
git push origin refs/tags/v$VERSION
|
||||||
npm publish
|
|
||||||
|
if [[ $VERSION =~ [beta] ]]
|
||||||
|
then
|
||||||
|
npm publish --tag beta
|
||||||
|
else
|
||||||
|
npm publish
|
||||||
|
fi
|
||||||
|
|
||||||
# sync dev
|
# sync dev
|
||||||
git checkout dev
|
git checkout dev
|
||||||
|
Loading…
x
Reference in New Issue
Block a user