Skip to content

Commit 9dde95e

Browse files
committed
Fix the GH workflow maven publish description
Signed-off-by: Ilayaperumal Gopinathan <[email protected]>
1 parent bad7ac8 commit 9dde95e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/new-maven-central-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
echo "${{ secrets.GPG_PRIVATE_KEY }}" > gpg.asc
2626
echo "${{ secrets.GPG_PASSPHRASE }}" | gpg --batch --yes --passphrase-fd 0 --import gpg.asc
2727
28-
- name: Release to Sonatype OSSRH
28+
- name: Release to Maven Central
2929
env:
3030
CENTRAL_TOKEN_USERNAME: ${{ secrets.CENTRAL_TOKEN_USERNAME }}
3131
CENTRAL_TOKEN_PASSWORD: ${{ secrets.CENTRAL_TOKEN_PASSWORD }}

0 commit comments

Comments
 (0)