Explorar o código

remove --next tag in release script

Evan You %!s(int64=9) %!d(string=hai) anos
pai
achega
8895d4b81e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      build/release.sh

+ 1 - 1
build/release.sh

@@ -22,5 +22,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