Skip to content

Commit

Permalink
Merge pull request #1047 from fluxcd/fix-release-signs
Browse files Browse the repository at this point in the history
release: pass `--yes` to cosign in signs
  • Loading branch information
hiddeco authored Mar 8, 2023
2 parents 6a44a3e + 3433c4e commit 2db4081
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ signs:
certificate: "${artifact}.pem"
args:
- sign-blob
- "--yes"
- "--output-certificate=${certificate}"
- "--output-signature=${signature}"
- "${artifact}"
Expand Down

0 comments on commit 2db4081

Please sign in to comment.