Skip to content

Commit 6ca0473

Browse files
fix: update workflow to raise pr from a separate branch
1 parent 5de4f1c commit 6ca0473

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/prepare-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: peter-evans/create-pull-request@v7
3333
with:
3434
base: main
35-
branch: master
35+
branch: pr-main-to-master
3636
title: "Release PR: master -> main"
3737
body: "This PR merges the changes from the master branch to main branch"
3838
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)