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