Skip to content

Commit 49a0e46

Browse files
authored
Merge pull request #487 from fluxcd/fix-release-signs
release: pass `--yes` to cosign in signs
2 parents 44483c3 + 755a4f2 commit 49a0e46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 0 deletions
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)