We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f6df9d commit 9d669a9Copy full SHA for 9d669a9
.github/workflows/release-automated.yml
@@ -39,7 +39,7 @@ jobs:
39
docs-publish:
40
needs: release
41
if: needs.release.outputs.current_tag != '' && github.ref == 'refs/heads/release'
42
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
43
timeout-minutes: 15
44
steps:
45
- uses: actions/checkout@v2
.github/workflows/release-manual-docs.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
10
if: github.event.inputs.tag != ''
11
12
13
14
- uses: actions/checkout@v3
0 commit comments