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 27d8348 commit 56a5b41Copy full SHA for 56a5b41
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
goreleaser:
19
strategy:
20
matrix:
21
- os: [ubunut-latest, ubuntu-20.04]
+ os: [ubuntu-latest, ubuntu-20.04]
22
runs-on: ${{ matrix.os }}
23
steps:
24
- name: Checkout
0 commit comments