Skip to content

Commit

Permalink
fix: missing --yes flag for cosign
Browse files Browse the repository at this point in the history
Signed-off-by: nscuro <nscuro@protonmail.com>
  • Loading branch information
nscuro committed Aug 3, 2023
1 parent f156732 commit 5263237
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ signs:
- '--output-certificate=${certificate}'
- '--output-signature=${signature}'
- '${artifact}'
- '--yes'
artifacts: checksum
output: true

Expand Down Expand Up @@ -106,6 +107,7 @@ docker_signs:
args:
- 'sign'
- '${artifact}'
- '--yes'

archives:
- format_overrides:
Expand Down

0 comments on commit 5263237

Please sign in to comment.