Skip to content

Commit c00f479

Browse files
mlaforetMongey
authored andcommitted
update .goreleaser.yml to use GPG_FINGERPRINT to sign
Signed-off-by: Marc Laforet <[email protected]>
1 parent 3d3d826 commit c00f479

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.goreleaser.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ checksum:
2929
signs:
3030
- artifacts: checksum
3131
args:
32-
- "--local-user"
33-
- "A29F60D591A974E20B5E90695C886ACC44EB17C0"
32+
- "--batch"
33+
- "-u"
34+
- "{{ .Env.GPG_FINGERPRINT }}"
3435
- "--output"
3536
- "${signature}"
3637
- "--detach-sign"

0 commit comments

Comments
 (0)