Przeglądaj źródła

remove --next tag in release script

Evan You 9 lat temu
rodzic
commit
89adabf0a5
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      build/release.sh

+ 1 - 1
build/release.sh

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