Skip to content

Commit d8d9d7d

Browse files
committed
fix: signing for binaries
1 parent b245f12 commit d8d9d7d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.goreleaser.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,15 @@ checksum:
7878
name_template: "checksums.txt"
7979

8080
binary_signs:
81-
- {}
81+
- args:
82+
[
83+
"-u",
84+
"{{ .Env.GPG_FINGERPRINT }}",
85+
"--output",
86+
"${signature}",
87+
"--detach-sign",
88+
"${artifact}",
89+
]
8290

8391
signs:
8492
- artifacts: checksum

0 commit comments

Comments
 (0)