There was an error while loading. Please reload this page.
1 parent e4556e9 commit 2341dc4Copy full SHA for 2341dc4
2 files changed
.github/workflows/ci.yaml
@@ -331,6 +331,9 @@ jobs:
331
name: GoReleaser build
332
runs-on: ubuntu-latest
333
steps:
334
+ - uses: jlumbroso/free-disk-space@v1.3.1
335
+ with:
336
+ tool-cache: false
337
- name: Checkout
338
uses: actions/checkout@v4
339
with:
.github/workflows/goreleaser-cd.yml
@@ -14,6 +14,9 @@ jobs:
14
contents: write # needed to write releases
15
id-token: write # needed for keyless signing
16
17
18
19
20
21
uses: actions/checkout@v3
22
0 commit comments