Skip to content

Commit 4d1c3b6

Browse files
committed
Fix pr create action
1 parent 47e4496 commit 4d1c3b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update_config_branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ on:
55
types: [published]
66

77
jobs:
8-
build-win:
8+
create-pr:
99
runs-on: ubuntu-latest
1010
permissions:
1111
contents: write
1212
steps:
1313
- name: create pull request
14-
run: gh pr create --base v4.x --head main --title "Bump v4.x branch on release publish"
14+
run: gh pr create --base v4.x --title "Bump v4.x branch on release publish" --body ""
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)