Skip to content

Commit

Permalink
update .goreleaser.yml to use GPG_FINGERPRINT to sign
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Laforet <[email protected]>
  • Loading branch information
mlaforet authored and Mongey committed Jan 5, 2022
1 parent 3d3d826 commit c00f479
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ checksum:
signs:
- artifacts: checksum
args:
- "--local-user"
- "A29F60D591A974E20B5E90695C886ACC44EB17C0"
- "--batch"
- "-u"
- "{{ .Env.GPG_FINGERPRINT }}"
- "--output"
- "${signature}"
- "--detach-sign"
Expand Down

0 comments on commit c00f479

Please sign in to comment.