Skip to content

Commit b1da793

Browse files
author
Bastien Abadie
committed
Use event ref #2
1 parent e3b1de8 commit b1da793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .taskcluster.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ tasks:
2525
else: ${event.repository.html_url}
2626

2727
version:
28-
$if: 'tasks_for == "github-push" && head_branch[:10] == "refs/tags/"'
28+
$if: 'tasks_for == "github-push" && event.ref[:10] == "refs/tags/"'
2929
then: {$eval: 'event.ref[10:]' }
3030
else: "latest"
3131

0 commit comments

Comments
 (0)