release: pass `--yes` to cosign in signs

Signed-off-by: Hidde Beydals <hidde@hhh.computer>
This commit is contained in:
Hidde Beydals 2023-03-08 13:05:29 +01:00
parent 6a44a3efe9
commit 3433c4ea82
No known key found for this signature in database
GPG Key ID: 979F380FC2341744
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ signs:
certificate: "${artifact}.pem"
args:
- sign-blob
- "--yes"
- "--output-certificate=${certificate}"
- "--output-signature=${signature}"
- "${artifact}"