Skip to content

Commit 9f6fbcb

Browse files
committed
remove --next tag in release script
1 parent 2d95cb0 commit 9f6fbcb

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
@@ -18,5 +18,5 @@ then
1818
# publish
1919
git push origin refs/tags/v$VERSION
2020
git push
21-
npm publish --tag next
21+
npm publish
2222
fi

0 commit comments

Comments
 (0)