From 30402413bd20835b579b06a4d92a1d33974ab1c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Svantesson?= Date: Sat, 6 Apr 2024 12:45:07 +0200 Subject: [PATCH] fix: accept terms and conditions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MÃ¥rten Svantesson --- .goreleaser.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index f83f9dcd0e..fdec38d704 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -86,6 +86,7 @@ signs: artifacts: all args: - sign-blob + - --yes=true - '--output-certificate=${certificate}' - '--output-signature=${signature}' - '${artifact}'