We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a737fbb commit 2f006f8Copy full SHA for 2f006f8
.github/workflows/publish.yml
@@ -4,7 +4,7 @@ on:
4
branches: [master]
5
jobs:
6
publish:
7
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v2.3.4
10
with:
0 commit comments