Skip to content

Commit

Permalink
fix: free up disk space on release workflow (#859)
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleGedd committed Aug 16, 2024
1 parent 86398b9 commit 8cd045c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
with:
fetch-depth: 0

- name: Free up disk space
run: rm -rf /opt/hostedtoolcache

- name: Setup golang
uses: ./.github/actions/golang

Expand Down

0 comments on commit 8cd045c

Please sign in to comment.