Skip to content

Commit d3be337

Browse files
cosmo0920patrick-stephens
authored andcommitted
workflows: Add 4.1 entry for Doc PR
Signed-off-by: Hiroshi Hatake <[email protected]>
1 parent 43601a1 commit d3be337

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/staging-release.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -961,12 +961,20 @@ jobs:
961961
token: ${{ secrets.GH_PA_TOKEN }}
962962
ref: 3.2
963963

964-
- name: Release 4.0 and latest
964+
- name: Release 4.0 - not latest
965965
if: startsWith(inputs.version, '4.0')
966966
uses: actions/checkout@v5
967967
with:
968968
repository: fluent/fluent-bit-docs
969969
token: ${{ secrets.GH_PA_TOKEN }}
970+
ref: 4.0
971+
972+
- name: Release 4.1 and latest
973+
if: startsWith(inputs.version, '4.1')
974+
uses: actions/checkout@v5
975+
with:
976+
repository: fluent/fluent-bit-docs
977+
token: ${{ secrets.GH_PA_TOKEN }}
970978

971979
- name: Ensure we have the script we need
972980
run: |

0 commit comments

Comments
 (0)