Commit dbd7793
committed
fix(release): force legacy cosign bundle format
cosign v3 defaults to --new-bundle-format=true, which emits a single
.sigstore.json bundle and ignores --output-signature/--output-certificate.
Goreleaser's sign step still expects separate .sig and .pem files
alongside each artifact, so forcing --new-bundle-format=false preserves
the existing file layout without a goreleaser-side migration.1 parent 5468e94 commit dbd7793
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
0 commit comments