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 a4019e4 commit 6e2fea4Copy full SHA for 6e2fea4
.github/workflows/release.yml
@@ -96,7 +96,7 @@ jobs:
96
# 3. with the label 'release:publish', and
97
# 4. the title prefix '[chore] Release '.
98
if: github.event.pull_request.merged &&
99
- github.ref == 'master' &&
+ github.ref == 'refs/heads/master' &&
100
contains(github.event.pull_request.labels.*.name, 'release:publish') &&
101
startsWith(github.event.pull_request.title, '[chore] Release ')
102
0 commit comments