Skip to content

Commit a29c376

Browse files
committed
cache cleaner for go releaser
1 parent 0a677d7 commit a29c376

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/cache-cleaner.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,5 @@ jobs:
2626
2727
- name: Free disk space
2828
run: |
29-
sudo rm -rf /usr/share/dotnet /opt/ghc /usr/local/share/boost /usr/local/lib/android /opt/hostedtoolcache/CodeQL
3029
sudo apt-get clean
31-
df -h
32-
33-
- name: Run GoReleaser
34-
uses: goreleaser/goreleaser-action@v6
35-
with:
36-
version: latest
37-
args: release --clean
30+
df -h

0 commit comments

Comments
 (0)