Skip to content

Commit 3433c4e

Browse files
committed
release: pass --yes to cosign in signs
Signed-off-by: Hidde Beydals <[email protected]>
1 parent 6a44a3e commit 3433c4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.goreleaser.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ signs:
3232
certificate: "${artifact}.pem"
3333
args:
3434
- sign-blob
35+
- "--yes"
3536
- "--output-certificate=${certificate}"
3637
- "--output-signature=${signature}"
3738
- "${artifact}"

0 commit comments

Comments
 (0)