Skip to content

Commit dfc0c96

Browse files
authored
Merge pull request #1499 from fluxcd/fix-cosign-goreleaser
ci: Fix goreleaser signatures
2 parents 9933850 + 1093c64 commit dfc0c96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.goreleaser.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ signs:
2323
certificate: '${artifact}.pem'
2424
args:
2525
- sign-blob
26+
- "--yes"
2627
- '--output-certificate=${certificate}'
2728
- '--output-signature=${signature}'
2829
- '${artifact}'

0 commit comments

Comments
 (0)