Преглед изворни кода

remove --next tag in release script

Evan You пре 9 година
родитељ
комит
8895d4b81e
1 измењених фајлова са 1 додато и 1 уклоњено
  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