We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2babe4a commit eebab14Copy full SHA for eebab14
.github/actions/cleanup-files/action.yaml
@@ -13,9 +13,5 @@ runs:
13
sudo rm -rf /opt/hostedtoolcache/CodeQL
14
sudo docker system prune --all --force
15
16
- echo "removing zarf sboms, packages, cache"
17
- sudo rm -rf zarf-sbom /tmp/zarf-*
18
- sudo build/zarf tools clear-cache
19
-
20
lsblk -f
21
shell: bash
.github/workflows/release.yml
@@ -175,6 +175,9 @@ jobs:
175
# private-key: ${{ secrets.HOMEBREW_TAP_WORKFLOW_GITHUB_APP_SECRET }}
176
# owner: defenseunicorns
177
# repositories: homebrew-tap
178
+
179
+ - name: Cleanup files
180
+ uses: ./.github/actions/cleanup-files
181
182
# Create the GitHub release notes, upload artifact backups to S3, publish homebrew recipe
183
- name: Run GoReleaser
0 commit comments