Skip to content

Commit 8c22dab

Browse files
committed
fix: update workflows
1 parent dc5a523 commit 8c22dab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
uses: peter-evans/create-pull-request@v5
3232
with:
3333
token: ${{ steps.generate-token.outputs.token }}
34-
base: release
35-
branch: main
34+
base: main
35+
branch: release
3636
title: 'chore: sync main to release'
3737
body: |
3838
이 PR은 메인 브랜치의 변경사항을 릴리즈 브랜치로 동기화합니다.

0 commit comments

Comments
 (0)