Skip to content

Commit 9d669a9

Browse files
authored
ci: Fix docs publishing (#1885)
1 parent 0f6df9d commit 9d669a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-automated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
docs-publish:
4040
needs: release
4141
if: needs.release.outputs.current_tag != '' && github.ref == 'refs/heads/release'
42-
runs-on: ubuntu-18.04
42+
runs-on: ubuntu-latest
4343
timeout-minutes: 15
4444
steps:
4545
- uses: actions/checkout@v2

.github/workflows/release-manual-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
docs-publish:
1010
if: github.event.inputs.tag != ''
11-
runs-on: ubuntu-18.04
11+
runs-on: ubuntu-latest
1212
timeout-minutes: 15
1313
steps:
1414
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)