Parcourir la source

add next tag when publishing for 2.0

Evan You il y a 9 ans
Parent
commit
a8bca40c87
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
+  npm publish --tag next
 fi