Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
Update Weex Version
Browse files Browse the repository at this point in the history
  • Loading branch information
YorkShen committed Jul 11, 2019
1 parent ea0c778 commit e9078b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish_release_official.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e9078b2

Please sign in to comment.