Skip to content

Commit

Permalink
chore: sign all released artifacts (#421)
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
  • Loading branch information
eddycharly authored Jun 9, 2023
1 parent f73f35b commit e87b77e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ signs:
- --output-signature=${signature}
- ${artifact}
- --yes
artifacts: checksum
artifacts: all
output: true

docker_signs:
Expand All @@ -62,7 +62,7 @@ archives:
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}'

checksum:
name_template: 'checksums.txt'
name_template: checksums.txt

source:
enabled: true
Expand Down

0 comments on commit e87b77e

Please sign in to comment.