瀏覽代碼

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

fix release shell
baiyaaaaa 8 年之前
父節點
當前提交
4da56ee4d0
共有 1 個文件被更改,包括 2 次插入2 次删除
  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