Skip to content

Commit

Permalink
release: add --yes to goreleaser cosign sign
Browse files Browse the repository at this point in the history
  • Loading branch information
ribbybibby committed Mar 31, 2023
1 parent 3719fa4 commit 121ed33
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 @@ -41,6 +41,7 @@ signs:
certificate: "${artifact}.crt"
args:
- "sign-blob"
- "--yes"
- "--output-signature"
- "${signature}"
- "--output-certificate"
Expand Down

0 comments on commit 121ed33

Please sign in to comment.