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 4735000 commit b4ab590Copy full SHA for b4ab590
.github/workflows/release.yml
@@ -72,7 +72,7 @@ jobs:
72
# 3. with the label 'release:publish', and
73
# 4. the title prefix '[chore] Release '.
74
if: github.event.pull_request.merged &&
75
- github.ref == 'master' &&
+ github.ref == 'refs/heads/master' &&
76
contains(github.event.pull_request.labels.*.name, 'release:publish') &&
77
startsWith(github.event.pull_request.title, '[chore] Release ')
78
0 commit comments