Skip to content

Commit

Permalink
Fix cosign command for goreleaser (#1180)
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Moreno <[email protected]>
  • Loading branch information
alemorcuq authored Apr 17, 2023
1 parent bbd6c9e commit 24e05f9
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 @@ -49,6 +49,7 @@ signs:
- 'sign-blob'
- '--key=/tmp/cosign.key'
- '--output-signature=${signature}'
- '--yes'
- '${artifact}'
release:
name_template: "{{ .ProjectName }}-v{{ .Version }}"
Expand Down

0 comments on commit 24e05f9

Please sign in to comment.