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 debf1ea commit 5ce080dCopy full SHA for 5ce080d
.github/workflows/release.yaml
@@ -114,7 +114,7 @@ jobs:
114
chainloop attestation add --value /tmp/sbom.cyclonedx.json --attestation-id ${{ env.ATTESTATION_ID }}
115
116
# Upload the SBOM to the release
117
- gh release upload ${{ github.ref_name }} /tmp/sbom-$material_name.cyclonedx.json --clobber
+ # gh release upload ${{ github.ref_name }} /tmp/sbom-$material_name.cyclonedx.json --clobber
118
fi
119
done
120
0 commit comments