Skip to content

Commit 3a71c1b

Browse files
committed
TUN-9941: Lookup correct key for RPM signature
* TUN-9941: Lookup correct key for RPM signature Closes TUN-9941
1 parent 9564248 commit 3a71c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release_pkgs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ def parse_args():
459459
"./built_artifacts",
460460
args.release_tag,
461461
args.binary,
462-
primary_gpg_key_name,
462+
secondary_gpg_key_name,
463463
args.pkg_upload_url,
464464
args.gpg_public_key_url,
465465
args.upload_repo_file,

0 commit comments

Comments
 (0)