Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

Commit

Permalink
Fix vcsTag, again.
Browse files Browse the repository at this point in the history
  • Loading branch information
ncalexan committed Jul 31, 2018
1 parent 65e9822 commit 3cd61a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3cd61a0

Please sign in to comment.