We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccff3ea commit 36b8979Copy full SHA for 36b8979
.github/workflows/release.yml
@@ -67,7 +67,7 @@ jobs:
67
# 3. with the label 'release:publish', and
68
# 4. the title prefix '[chore] Release '.
69
if: github.event.pull_request.merged &&
70
- github.ref == 'refs/heads/dev' &&
+ github.base_ref == 'dev' &&
71
contains(github.event.pull_request.labels.*.name, 'release:publish') &&
72
startsWith(github.event.pull_request.title, '[chore] Release ')
73
0 commit comments