Procházet zdrojové kódy

Merge pull request #173 from QingWei-Li/fix/release

fix release shell
baiyaaaaa před 8 roky
rodič
revize
4da56ee4d0
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      build/release.sh

+ 2 - 2
build/release.sh

@@ -17,7 +17,7 @@ then
   npm version $VERSION --message "[release] $VERSION"
 
   # publish
-  git push origin refs/tags/v$VERSION
-  git push
+  git push eleme refs/tags/v$VERSION
+  git push eleme master
   npm publish --tag next
 fi