Skip to content

Commit b61da98

Browse files
jaschdocKSP Auto Pick
authored andcommitted
Fix release branch cherry-picking
(cherry picked from commit 66071fd)
1 parent 555120d commit b61da98

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/auto-merge.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
push:
77
branches: [ main ]
88

9+
env:
10+
RELEASE_BRANCH: "2.3.9-release"
11+
912
jobs:
1013
test:
1114
strategy:
@@ -44,7 +47,7 @@ jobs:
4447
- uses: actions/checkout@v6
4548
with:
4649
fetch-depth: 0
47-
ref: 2.3.9-release
50+
ref: ${{ env.RELEASE_BRANCH }}
4851

4952
- name: merge commits from main to release branch
5053
run: |
@@ -131,7 +134,7 @@ jobs:
131134
- uses: actions/checkout@v6
132135
with:
133136
fetch-depth: 0
134-
ref: 2.3.8-release
137+
ref: ${{ env.RELEASE_BRANCH }}
135138

136139
- name: merge commits from main to release branch
137140
run: |

0 commit comments

Comments
 (0)