Skip to content

Commit b2fcda1

Browse files
committed
Remove the next tag when publish to npm
1 parent 781dba7 commit b2fcda1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ then
2121
npm version $VERSION -m "Upgrade to $VERSION"
2222

2323
# publish
24-
npm publish --tag next
24+
npm publish
2525
echo "Publish $VERSION successfully!"
2626

2727
read -p "Upgrade GitHub Pages? (y/n)" -n 1 -r

0 commit comments

Comments
 (0)