Skip to content

Commit 08273f2

Browse files
cosmo0920patrick-stephens
authored andcommitted
workflows: Update to send version updating PR on 4.0 with using v4.0 branch
Signed-off-by: Hiroshi Hatake <[email protected]>
1 parent ace6e41 commit 08273f2

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
@@ -1051,6 +1051,12 @@ jobs:
10511051
- name: Release 4.0
10521052
if: startsWith(inputs.version, '4.0')
10531053
uses: actions/checkout@v5
1054+
with:
1055+
ref: 4.0
1056+
1057+
- name: Release 4.1
1058+
if: startsWith(inputs.version, '4.1')
1059+
uses: actions/checkout@v4
10541060
with:
10551061
ref: master
10561062

0 commit comments

Comments
 (0)