Skip to content

Commit

Permalink
Remove sbom before create
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoet-jh committed Dec 3, 2024
1 parent d827a09 commit 591c46c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/node-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ runs:
pnpm install --frozen-lockfile
pnpm run build
if [ "CREATE_SBOM" == "true" ]; then
rm -f *-cyclonedx.json
pnpm run create_sbom
fi
pnpm run build:docker

0 comments on commit 591c46c

Please sign in to comment.