File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,18 +30,18 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
30
30
cd packages/vue-template-compiler
31
31
npm version $VERSION
32
32
if [[ -z $RELEASE_TAG ]]; then
33
- npm publish --tag $RELEASE_TAG
34
- else
35
33
npm publish
34
+ else
35
+ npm publish --tag $RELEASE_TAG
36
36
fi
37
37
cd -
38
38
39
39
cd packages/vue-server-renderer
40
40
npm version $VERSION
41
41
if [[ -z $RELEASE_TAG ]]; then
42
- npm publish --tag $RELEASE_TAG
43
- else
44
42
npm publish
43
+ else
44
+ npm publish --tag $RELEASE_TAG
45
45
fi
46
46
cd -
47
47
@@ -54,8 +54,8 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
54
54
git push origin refs/tags/v$VERSION
55
55
git push
56
56
if [[ -z $RELEASE_TAG ]]; then
57
- npm publish --tag $RELEASE_TAG
58
- else
59
57
npm publish
58
+ else
59
+ npm publish --tag $RELEASE_TAG
60
60
fi
61
61
fi
You can’t perform that action at this time.
0 commit comments