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

[incubator-weex] branch master updated: Update Weex Version

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e9078b2  Update Weex Version
     new 5c8399e  Merge pull request #2683 from YorkShen/bugfix/release_script_android
e9078b2 is described below

commit e9078b2ac91c988341f6ebd314074de3ce80617f
Author: YorkShen <sh...@gmail.com>
AuthorDate: Thu Jul 11 12:43:24 2019 +0800

    Update Weex Version
---
 scripts/publish_release_official.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/publish_release_official.sh b/scripts/publish_release_official.sh
index 0169b8a..3d147a2 100755
--- a/scripts/publish_release_official.sh
+++ b/scripts/publish_release_official.sh
@@ -62,6 +62,6 @@ release-it --ci --no-npm --no-increment --no-git.requireCleanWorkingDir --no-git
 
 echo "Publish Android JCenter Release"
 cd android
-./gradlew clean install bintray -PbuildRuntimeApi=true -PignoreVersionCheck="true"  -Pweexversion="$1" -PbintrayUser=alibabaweex -PbintrayApiKey="$6" 
+./gradlew clean install bintray -PbuildRuntimeApi=true -PignoreVersionCheck="true"  -PweexVersion="$1" -PbintrayUser=alibabaweex -PbintrayApiKey="$6" 
 
 # Publish iOS to Cocoapods
\ No newline at end of file