Skip to content

Commit

Permalink
Add config for signing releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Piccirello committed Nov 5, 2019
1 parent eac1944 commit ca3c041
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ checksum:

signs:
- artifacts: checksum
- args:
- "-u"
- "B70BD7FCA460C4A3D0EEB965D3D593D50EE79DEC"
- "--output"
- "${signature}"
- "--detach-sign"
- "${artifact}"

snapshot:
# name_template: "{{ .Tag }}-next"
Expand Down

0 comments on commit ca3c041

Please sign in to comment.