Skip to content

Commit 0c2c1f1

Browse files
authored
Merge pull request #103 from vue-pivottable/feat/ci
fix: workflows
2 parents b971a00 + 6db2a7a commit 0c2c1f1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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: main
35-
branch: release
34+
base: release
35+
branch: main
3636
title: 'chore: sync main to release'
3737
body: |
3838
이 PR은 메인 브랜치의 변경사항을 릴리즈 브랜치로 동기화합니다.

.github/workflows/release-lazy-table-renderer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ jobs:
5959
uses: peter-evans/create-pull-request@v5
6060
with:
6161
token: ${{ secrets.GITHUB_TOKEN }}
62-
branch: release
63-
base: main
62+
branch: main
63+
base: release
6464
title: 'chore: update version to latest release'
6565
body: |
6666
This PR updates the main branch with the latest version information from the release branch.

.github/workflows/release-vue-pivottable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555
uses: peter-evans/create-pull-request@v5
5656
with:
5757
token: ${{ secrets.GITHUB_TOKEN }}
58-
branch: release
59-
base: main
58+
branch: main
59+
base: release
6060
title: 'chore: update version to latest release'
6161
body: |
6262
This PR updates the main branch with the latest version information from the release branch.

0 commit comments

Comments
 (0)