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 325858b commit 0738e86Copy full SHA for 0738e86
.github/workflows/release.yml
@@ -129,7 +129,7 @@ jobs:
129
name: "Create release"
130
if: github.event_name != 'workflow_dispatch' || inputs.create_release
131
needs: build-and-upload-artifacts
132
- runs-on: "ubuntu-20.04"
+ runs-on: "ubuntu-22.04"
133
steps:
134
- uses: actions/checkout@v4
135
- name: "📝 Create Release"
0 commit comments