Skip to content

Commit

Permalink
prevent goreleaser permission issue with zarf-sbom dir if not cleaned
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-mccoy committed Jan 30, 2023
1 parent e75a5fe commit 7047592
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
- name: Run Tests
run: |
sudo env "PATH=$PATH" CI=true APPLIANCE_MODE=true make test-e2e ARCH=amd64
sudo rm -rf zarf-sbom
sudo chown $USER /tmp/zarf-*.log
- name: Save logs
Expand Down

0 comments on commit 7047592

Please sign in to comment.