From 94342c016f01b2a58e9ba5870994d3ee879b534a Mon Sep 17 00:00:00 2001 From: "qingwei.li" Date: Wed, 28 Sep 2016 13:38:46 +0800 Subject: [PATCH] fix release shell --- build/release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/release.sh b/build/release.sh index d6e72878f..4a8b6a72e 100644 --- a/build/release.sh +++ b/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