Skip to content

Commit 89adabf

Browse files
committed
remove --next tag in release script
1 parent 8ef603b commit 89adabf

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
@@ -38,5 +38,5 @@ then
3838
# publish
3939
git push origin refs/tags/v$VERSION
4040
git push
41-
npm publish --tag next
41+
npm publish
4242
fi

0 commit comments

Comments
 (0)