diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f6beaa2455..418a6f3c35 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,6 +24,11 @@ jobs: contents: write steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + - name: Mark github workspace as safe run: | sh -c "git config --global --add safe.directory $PWD" @@ -64,7 +69,7 @@ jobs: env: REGISTRY: ghcr.io IMAGE_NAME: "lavanet/lava/${{ matrix.binary }}" - steps: + steps: - name: Checkout code uses: actions/checkout@v4 with: