We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
github.ref
release.yml
1 parent aef52be commit 4052a3cCopy full SHA for 4052a3c
.github/workflows/release.yml
@@ -87,7 +87,7 @@ jobs:
87
# 3. with the label 'release:publish', and
88
# 4. the title prefix '[chore] Release '.
89
if: github.event.pull_request.merged &&
90
- github.ref == 'master' &&
+ github.ref == 'refs/heads/master' &&
91
contains(github.event.pull_request.labels.*.name, 'release:publish') &&
92
startsWith(github.event.pull_request.title, '[chore] Release ')
93
0 commit comments