Pārlūkot izejas kodu

remove --next tag in release script

Evan You 9 gadi atpakaļ
vecāks
revīzija
89adabf0a5
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      build/release.sh

+ 1 - 1
build/release.sh

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