Skip to content

Commit

Permalink
fix: secreteKey to secretKey
Browse files Browse the repository at this point in the history
I was copying and using it as it is and encountered an error.. I think the secret key is correct.
  • Loading branch information
van1164 authored and aalmiray committed Jun 13, 2024
1 parent 1426bfd commit a493036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/examples/pages/maven/maven-central.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ jreleaser {
armored = true
mode = 'FILE'
publicKey = 'path/to/public.pgp'
secreteKey = 'path/to/private.pgp'
secretKey = 'path/to/private.pgp'
}
}
----
Expand Down

0 comments on commit a493036

Please sign in to comment.