We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bad7ac8 commit 9dde95eCopy full SHA for 9dde95e
.github/workflows/new-maven-central-release.yml
@@ -25,7 +25,7 @@ jobs:
25
echo "${{ secrets.GPG_PRIVATE_KEY }}" > gpg.asc
26
echo "${{ secrets.GPG_PASSPHRASE }}" | gpg --batch --yes --passphrase-fd 0 --import gpg.asc
27
28
- - name: Release to Sonatype OSSRH
+ - name: Release to Maven Central
29
env:
30
CENTRAL_TOKEN_USERNAME: ${{ secrets.CENTRAL_TOKEN_USERNAME }}
31
CENTRAL_TOKEN_PASSWORD: ${{ secrets.CENTRAL_TOKEN_PASSWORD }}
0 commit comments