Procházet zdrojové kódy

remove --next tag in release script

Evan You před 9 roky
rodič
revize
8895d4b81e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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