Skip to content

Commit b9f9d3e

Browse files
committed
fix old versions
1 parent a5a9ad4 commit b9f9d3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
uses: goreleaser/goreleaser-action@v2
1919
with:
2020
version: latest
21-
args: release --clean --snapshot --skip-publish -f build/ci/.goreleaser.yml
21+
args: release --clean --snapshot --skip publish -f build/ci/.goreleaser.yml
2222

2323
test:
24-
runs-on: ubuntu-20.04
24+
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v2
2727

0 commit comments

Comments
 (0)