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 ea60f21 commit 9801781Copy full SHA for 9801781
.github/workflows/main.yml
@@ -34,7 +34,7 @@ jobs:
34
publish-archive-release:
35
name: Publish archive release
36
needs: [all-builds]
37
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
38
if: ${{ github.ref_name == 'stable' && github.ref_type == 'branch' && !contains(github.event.head_commit.message, '[no release]') }}
39
40
steps:
0 commit comments