Skip to content

Commit 6416ba3

Browse files
committed
fix: correctly specifying the key id
1 parent 5fce188 commit 6416ba3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,13 @@ contents = [
2222
# `gpg --list-keys --with-colons <ID-FROM-LIST-KEYS> | awk -F: '/^pub:/ { print $5 }'`
2323
[package.metadata.nfpm.deb.signature]
2424
key_file = "private-key.gpg"
25-
key_id = "01C42F3B0C6F2C6376DCCA334568437E29814F91"
25+
# https://github.com/goreleaser/nfpm/issues/939
26+
# key_id = "01C42F3B0C6F2C6376DCCA334568437E29814F91"
2627
[package.metadata.nfpm.rpm.signature]
2728
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"
2932

3033
[profile.dev]
3134
# This provides only line-tables and not full debug information necessary for

0 commit comments

Comments
 (0)