Skip to content

Commit

Permalink
Merge pull request #1499 from fluxcd/fix-cosign-goreleaser
Browse files Browse the repository at this point in the history
ci: Fix goreleaser signatures
  • Loading branch information
stefanprodan authored Aug 29, 2023
2 parents 9933850 + 1093c64 commit dfc0c96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ signs:
certificate: '${artifact}.pem'
args:
- sign-blob
- "--yes"
- '--output-certificate=${certificate}'
- '--output-signature=${signature}'
- '${artifact}'
Expand Down

0 comments on commit dfc0c96

Please sign in to comment.