We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
github.ref
release.yml
1 parent 0456d5b commit a44422fCopy full SHA for a44422f
.github/workflows/release.yml
@@ -90,7 +90,7 @@ jobs:
90
# 3. with the label 'release:publish', and
91
# 4. the title prefix '[chore] Release '.
92
if: github.event.pull_request.merged &&
93
- github.ref == 'master' &&
+ github.ref == 'refs/heads/master' &&
94
contains(github.event.pull_request.labels.*.name, 'release:publish') &&
95
startsWith(github.event.pull_request.title, '[chore] Release ')
96
0 commit comments