Skip to content

Commit 5ce080d

Browse files
authored
fix(ci): Prevent release artifact upload (#1793)
Signed-off-by: Javier Rodriguez <[email protected]>
1 parent debf1ea commit 5ce080d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
chainloop attestation add --value /tmp/sbom.cyclonedx.json --attestation-id ${{ env.ATTESTATION_ID }}
115115
116116
# Upload the SBOM to the release
117-
gh release upload ${{ github.ref_name }} /tmp/sbom-$material_name.cyclonedx.json --clobber
117+
# gh release upload ${{ github.ref_name }} /tmp/sbom-$material_name.cyclonedx.json --clobber
118118
fi
119119
done
120120

0 commit comments

Comments
 (0)