You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -317,7 +317,7 @@ To use the keys and credentials required for publication in your GitHub Action w
317
317
318
318
Click on the `New repository secret` button, and add the following secrets:
319
319
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.
321
321
- `SIGNING_KEY_ID`is **the last 8 characters** of your signing key’s identifier.
322
322
- `SIGNING_PASSWORD`is the passphrase you’ve provided when generating your signing key.
323
323
- `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
378
378
379
379
# Other resources
380
380
* [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