Skip to content

Commit

Permalink
fix: goreleaser free disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
AdriaCarrera committed Nov 18, 2024
1 parent d6bf1aa commit 289eafc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Free disk space
run: rm -rf /opt/hostedtoolcache
- uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.commit_branch }}
Expand Down

0 comments on commit 289eafc

Please sign in to comment.