Explorar el Código

fix release shell

qingwei.li hace 8 años
padre
commit
94342c016f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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