From 11a61583ac789de98e225f0d817a31bef67cf996 Mon Sep 17 00:00:00 2001 From: Ciara Stacke Date: Wed, 22 Oct 2025 19:42:47 +0100 Subject: [PATCH] Add the goreleaser fix from release branch --- .goreleaser.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index d04ac3a976..a094bdfcf4 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -39,11 +39,10 @@ signs: - cmd: cosign artifacts: checksum output: true - certificate: "${artifact}.pem" + signature: "${artifact}.sig.bundle" args: - sign-blob - - "--output-signature=${signature}" - - "--output-certificate=${certificate}" + - "--bundle=${signature}" - "${artifact}" - "--yes"