Skip to content

Commit 36b8979

Browse files
committed
update the base_ref
1 parent ccff3ea commit 36b8979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
# 3. with the label 'release:publish', and
6868
# 4. the title prefix '[chore] Release '.
6969
if: github.event.pull_request.merged &&
70-
github.ref == 'refs/heads/dev' &&
70+
github.base_ref == 'dev' &&
7171
contains(github.event.pull_request.labels.*.name, 'release:publish') &&
7272
startsWith(github.event.pull_request.title, '[chore] Release ')
7373

0 commit comments

Comments
 (0)