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 3c0c161 commit 0c488caCopy full SHA for 0c488ca
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
50
if-no-files-found: error
51
publish:
52
name: Publish a release
53
- runs-on: "ubuntu-18.04"
+ runs-on: "ubuntu-20.04"
54
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
55
needs: build
56
steps:
0 commit comments