Releasing to Maven : Problem with GPG Keys #118
Unanswered
MamboBryan
asked this question in
Q&A
Replies: 1 comment
-
For signing key you need private, not public key. Public key is what you publish to public key registries to allow other verify your signed artefacts |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi nice template, I've been trying to release the library to maven, everything builds okay apart from the error below...
Is there any resource that can point me to the right direction?
Error Snippet
Steps Taken
gpg --list-secret-keys --keyid-format=long
to list all my keysgpg --armor --export 3635E10EAE36A683
to export the key(lots of characters)
-----END PGP PUBLIC KEY BLOCK-----
Beta Was this translation helpful? Give feedback.
All reactions