Browse Source

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

fix release shell
baiyaaaaa 8 năm trước cách đây
mục cha
commit
4da56ee4d0
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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