Skip to content

Commit

Permalink
fix: cosign force yes (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
raffis authored Nov 10, 2023
1 parent 7879dfb commit adbb61d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ signs:
- sign-blob
- "--output-certificate=${certificate}"
- "--output-signature=${signature}"
- --yes
- "${artifact}"
artifacts: checksum
output: true
Expand All @@ -100,4 +101,5 @@ docker_signs:
output: true
args:
- 'sign'
- --yes
- '${artifact}'

0 comments on commit adbb61d

Please sign in to comment.