Browse Source

remove --next tag in release script

Evan You 8 năm trước cách đây
mục cha
commit
8895d4b81e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      build/release.sh

+ 1 - 1
build/release.sh

@@ -22,5 +22,5 @@ then
   # publish
   git push origin refs/tags/v$VERSION
   git push
-  npm publish --tag next
+  npm publish
 fi