Skip to content

Commit 8895d4b

Browse files
committed
remove --next tag in release script
1 parent 454903b commit 8895d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ then
2222
# publish
2323
git push origin refs/tags/v$VERSION
2424
git push
25-
npm publish --tag next
25+
npm publish
2626
fi

0 commit comments

Comments
 (0)