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/07/11 04:43:36 UTC

[incubator-weex] branch release/0.26 updated: Update Weex Version

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

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


The following commit(s) were added to refs/heads/release/0.26 by this push:
     new 18f8105  Update Weex Version
18f8105 is described below

commit 18f810568011c959565662fe3faa761ea1894b23
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