From 05c12de6b21dbff5cf2edd9c9a252fbeb0bfaa3a Mon Sep 17 00:00:00 2001 From: kuuuube Date: Thu, 12 Feb 2026 20:29:53 -0500 Subject: [PATCH] Add head to config branch pr create on release --- .github/workflows/update_config_branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_config_branch.yml b/.github/workflows/update_config_branch.yml index bbd9580..c4590ba 100644 --- a/.github/workflows/update_config_branch.yml +++ b/.github/workflows/update_config_branch.yml @@ -14,6 +14,6 @@ jobs: steps: - uses: actions/checkout@v6 - name: Create pull request - run: gh pr create --base v4.x --title "Bump v4.x branch on release publish" --body "" + run: gh pr create --base v4.x --head main --title "Bump v4.x branch on release publish" --body "" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}