Skip to content

Commit d7af4ee

Browse files
committed
ci: change gpg version
1 parent 56c3399 commit d7af4ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.goreleaser.yml

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

8080
binary_signs:
81-
- args:
81+
- cmd: gpg2
82+
args:
8283
[
8384
"-u",
8485
"{{ .Env.GPG_KEYID }}",
@@ -90,6 +91,7 @@ binary_signs:
9091

9192
signs:
9293
- artifacts: checksum
94+
cmd: gpg2
9395
args:
9496
[
9597
"--batch",

0 commit comments

Comments
 (0)