File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,13 @@ contents = [
22
22
# `gpg --list-keys --with-colons <ID-FROM-LIST-KEYS> | awk -F: '/^pub:/ { print $5 }'`
23
23
[package .metadata .nfpm .deb .signature ]
24
24
key_file = " private-key.gpg"
25
- key_id = " 01C42F3B0C6F2C6376DCCA334568437E29814F91"
25
+ # https://github.com/goreleaser/nfpm/issues/939
26
+ # key_id = "01C42F3B0C6F2C6376DCCA334568437E29814F91"
26
27
[package .metadata .nfpm .rpm .signature ]
27
28
key_file = " private-key.gpg"
28
- key_id = " 01C42F3B0C6F2C6376DCCA334568437E29814F91"
29
+ # https://github.com/goreleaser/nfpm/issues/939
30
+ # key_id = "01C42F3B0C6F2C6376DCCA334568437E29814F91"
31
+ key_id = " 4568437E29814F91"
29
32
30
33
[profile .dev ]
31
34
# This provides only line-tables and not full debug information necessary for
You can’t perform that action at this time.
0 commit comments