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:55:36 UTC

[incubator-weex] branch release/0.24 updated: Update publish.sh

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 331f8ba  Update publish.sh
331f8ba is described below

commit 331f8ba9e448defe0084b82aacdd51c77bbf38fc
Author: YorkShen <sh...@gmail.com>
AuthorDate: Mon Apr 29 15:55:17 2019 +0800

    Update publish.sh
---
 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 64a6bd6..9f46a8f 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 "$1-$2" "$3"
 cd $TMPDIR
 svn checkout https://dist.apache.org/repos/dist/dev/incubator/weex/ $TMPDIR
 mkdir -p "$TMPDIR/$1/$2"