diff --git a/.goreleaser.yml b/.goreleaser.yml index 606038f..9fc5165 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -22,11 +22,8 @@ builds: signs: - cmd: cosign env: [COSIGN_EXPERIMENTAL=1] - certificate: ${artifact}.pem args: - sign-blob - - --output-certificate=${certificate} - - --output-signature=${signature} - --bundle=${signature}.bundle - ${artifact} - --yes # needed on cosign 2.0.0+