You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ky...@apache.org on 2019/04/29 07:57:33 UTC

[incubator-weex] branch release/0.24 updated: Update push tag

This is an automated email from the ASF dual-hosted git repository.

kyork pushed a commit to branch release/0.24
in repository https://gitbox.apache.org/repos/asf/incubator-weex.git


The following commit(s) were added to refs/heads/release/0.24 by this push:
     new 5f82b4c  Update push tag
5f82b4c is described below

commit 5f82b4c95501fb3ca621df461933b4a8a07eb5c5
Author: YorkShen <sh...@gmail.com>
AuthorDate: Mon Apr 29 15:57:20 2019 +0800

    Update push tag
---
 scripts/publish_release_candidate.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"