Skip to content

Commit 971c592

Browse files
Fix a typo in README.md
1 parent 0ff08df commit 971c592

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ To use the keys and credentials required for publication in your GitHub Action w
317317

318318
Click on the `New repository secret` button, and add the following secrets:
319319

320-
- `MAVEN_CENTRAL_PASSWORD` and `MAVEN_CENTRAL_PASSWORD` are the values generated by the Central Portal website in the [Generate User Token](#generate-the-user-token) section.
320+
- `MAVEN_CENTRAL_USERNAME` and `MAVEN_CENTRAL_PASSWORD` are the values generated by the Central Portal website in the [Generate User Token](#generate-the-user-token) section.
321321
- `SIGNING_KEY_ID` is **the last 8 characters** of your signing key’s identifier.
322322
- `SIGNING_PASSWORD` is the passphrase you’ve provided when generating your signing key.
323323
- `GPG_KEY_CONTENTS` should contain the contents of your GPG private key file, which you’ve created earlier in the [Export your private key](#export-your-private-key) section.
@@ -378,4 +378,4 @@ There’s also another task available which both uploads and releases the artifa
378378

379379
# Other resources
380380
* [Publishing via the Central Portal](https://central.sonatype.org/publish-ea/publish-ea-guide/)
381-
* [Gradle Maven Publish Plugin \- Publishing to Maven Central](https://vanniktech.github.io/gradle-maven-publish-plugin/central/)
381+
* [Gradle Maven Publish Plugin \- Publishing to Maven Central](https://vanniktech.github.io/gradle-maven-publish-plugin/central/)

0 commit comments

Comments
 (0)