Skip to content

Commit eebab14

Browse files
committed
cleanup
Signed-off-by: Austin Abro <[email protected]>
1 parent 2babe4a commit eebab14

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/actions/cleanup-files/action.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,5 @@ runs:
1313
sudo rm -rf /opt/hostedtoolcache/CodeQL
1414
sudo docker system prune --all --force
1515
16-
echo "removing zarf sboms, packages, cache"
17-
sudo rm -rf zarf-sbom /tmp/zarf-*
18-
sudo build/zarf tools clear-cache
19-
2016
lsblk -f
2117
shell: bash

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,9 @@ jobs:
175175
# private-key: ${{ secrets.HOMEBREW_TAP_WORKFLOW_GITHUB_APP_SECRET }}
176176
# owner: defenseunicorns
177177
# repositories: homebrew-tap
178+
179+
- name: Cleanup files
180+
uses: ./.github/actions/cleanup-files
178181

179182
# Create the GitHub release notes, upload artifact backups to S3, publish homebrew recipe
180183
- name: Run GoReleaser

0 commit comments

Comments
 (0)