We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f72bfa2 commit c6702e2Copy full SHA for c6702e2
.github/workflows/release.yml
@@ -25,11 +25,14 @@ jobs:
25
OPM_VERSION: v1.19.5
26
runs-on: ubuntu-latest
27
steps:
28
+ - name: Free Disk Space (Ubuntu)
29
+ uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be #v1.3.1
30
+ with:
31
+ tool-cache: false
32
- name: Set up Go 1.x
33
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
34
with:
35
go-version: 1.23.6
-
36
- name: Set up QEMU
37
uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 #v2.2.0
38
0 commit comments