Fix vcsTag, again.
This commit is contained in:
parent
65e9822ad6
commit
3cd61a0c93
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ tasks:
|
|||
&& python automation/taskcluster/release/fetch-bintray-api-key.py
|
||||
&& cd sdks/android/Mentat
|
||||
&& ./gradlew --no-daemon clean library:assembleRelease
|
||||
&& ./gradlew bintrayUpload --debug -PvcsTag={{ event.head.sha }}
|
||||
&& ./gradlew bintrayUpload --debug -PvcsTag=`git show-ref {{ event.version }}`
|
||||
features:
|
||||
taskclusterProxy: true
|
||||
metadata:
|
||||
|
|
Loading…
Reference in a new issue