Explorar el Código

remove --next tag in release script

Evan You hace 9 años
padre
commit
89adabf0a5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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