Skip to content

Commit 2db4081

Browse files
authored
Merge pull request #1047 from fluxcd/fix-release-signs
release: pass `--yes` to cosign in signs
2 parents 6a44a3e + 3433c4e commit 2db4081

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)