Просмотр исходного кода

remove --next tag in release script

Evan You 9 лет назад
Родитель
Сommit
89adabf0a5
1 измененных файлов с 1 добавлено и 1 удалено
  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