Skip to content

Commit 9110b58

Browse files
committed
workflows: Update to send version updating PR on 4.0 with using v4.0 branch
Signed-off-by: Hiroshi Hatake <[email protected]>
1 parent 70494d7 commit 9110b58

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/staging-release.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,6 +1049,12 @@ jobs:
10491049
- name: Release 4.0
10501050
if: startsWith(inputs.version, '4.0')
10511051
uses: actions/checkout@v4
1052+
with:
1053+
ref: 4.0
1054+
1055+
- name: Release 4.1
1056+
if: startsWith(inputs.version, '4.1')
1057+
uses: actions/checkout@v4
10521058
with:
10531059
ref: master
10541060

0 commit comments

Comments
 (0)