Skip to content

Commit

Permalink
Fix scope for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jcristau committed Jan 13, 2023
1 parent a33caf4 commit 726ea5a
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 @@ -187,7 +187,7 @@ tasks:
else:
$if: 'tasks_for == "github-release"'
then:
- 'assume:repo:${repoUrl[8:]}:release'
- 'assume:repo:${repoUrl[8:]}:release:${releaseAction}'
else:
$if: 'tasks_for == "action"'
then:
Expand Down

0 comments on commit 726ea5a

Please sign in to comment.