Sfoglia il codice sorgente

remove --next tag in release script

Evan You 9 anni fa
parent
commit
8895d4b81e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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