Fix vcsTag, again.

This commit is contained in:
Nick Alexander 2018-07-31 14:05:55 -07:00
parent 65e9822ad6
commit 3cd61a0c93

View file

@ -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: