Skip to content

Commit 9db6d90

Browse files
committed
use --tag in csp release script
1 parent 12cd46d commit 9db6d90

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

build/release-csp.sh

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,5 @@ git push -f
1717
git tag v$CSP_VERSION
1818
git push origin v$CSP_VERSION
1919

20-
# publish to npm and update dist tags
21-
npm publish
22-
sleep 1
23-
npm dist-tag add vue@$CSP_VERSION csp
24-
npm dist-tag add vue@$PLAIN_VERSION latest
25-
sleep 1
26-
npm view vue version dist-tags
20+
# publish to npm
21+
npm publish --tag csp

0 commit comments

Comments
 (0)