We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7a2510 commit 6468e15Copy full SHA for 6468e15
build/release.sh
@@ -30,18 +30,18 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
30
cd packages/vue-template-compiler
31
npm version $VERSION
32
if [[ -z $RELEASE_TAG ]]; then
33
- npm publish --tag $RELEASE_TAG
34
- else
35
npm publish
+ else
+ npm publish --tag $RELEASE_TAG
36
fi
37
cd -
38
39
cd packages/vue-server-renderer
40
41
42
43
44
45
46
47
@@ -54,8 +54,8 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
54
git push origin refs/tags/v$VERSION
55
git push
56
57
58
59
60
61
0 commit comments