Update push tag
diff --git a/scripts/publish_release_candidate.sh b/scripts/publish_release_candidate.sh
index 9f46a8f..dcee85a 100755
--- a/scripts/publish_release_candidate.sh
+++ b/scripts/publish_release_candidate.sh
@@ -17,7 +17,7 @@
 # under the License.
 
 git tag "$1-$2"
-git push "$1-$2" "$3"
+git push "$3" "$1-$2" 
 cd $TMPDIR
 svn checkout https://dist.apache.org/repos/dist/dev/incubator/weex/ $TMPDIR
 mkdir -p "$TMPDIR/$1/$2"