From adbb61de895d85c92a675eabcc2d7f99ea1d8ce6 Mon Sep 17 00:00:00 2001 From: raffis Date: Fri, 10 Nov 2023 11:28:33 +0100 Subject: [PATCH] fix: cosign force yes (#144) --- .goreleaser.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index f49af7db..e3296a44 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -88,6 +88,7 @@ signs: - sign-blob - "--output-certificate=${certificate}" - "--output-signature=${signature}" + - --yes - "${artifact}" artifacts: checksum output: true @@ -100,4 +101,5 @@ docker_signs: output: true args: - 'sign' + - --yes - '${artifact}'