Skip to content

Commit 22bf19b

Browse files
authored
Merge pull request #17 from Kuuuube/add-head-pr-create
Add head to config branch pr create on release
2 parents d54a5ee + 05c12de commit 22bf19b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update_config_branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v6
1616
- name: Create pull request
17-
run: gh pr create --base v4.x --title "Bump v4.x branch on release publish" --body ""
17+
run: gh pr create --base v4.x --head main --title "Bump v4.x branch on release publish" --body ""
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)