diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f65927ea2..ac3163cca 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -114,7 +114,7 @@ jobs: chainloop attestation add --value /tmp/sbom.cyclonedx.json --attestation-id ${{ env.ATTESTATION_ID }} # Upload the SBOM to the release - 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 fi done