Skip to content

Commit 2341dc4

Browse files
Try freeing disk space for goreleaser (#683)
hitting another no disk space free error on release here
1 parent e4556e9 commit 2341dc4

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,9 @@ jobs:
331331
name: GoReleaser build
332332
runs-on: ubuntu-latest
333333
steps:
334+
- uses: jlumbroso/free-disk-space@v1.3.1
335+
with:
336+
tool-cache: false
334337
- name: Checkout
335338
uses: actions/checkout@v4
336339
with:

.github/workflows/goreleaser-cd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
contents: write # needed to write releases
1515
id-token: write # needed for keyless signing
1616
steps:
17+
- uses: jlumbroso/free-disk-space@v1.3.1
18+
with:
19+
tool-cache: false
1720
- name: Checkout
1821
uses: actions/checkout@v3
1922
with:

0 commit comments

Comments
 (0)