Skip to content

Commit b66b4c6

Browse files
author
Gérard Collin
committed
fix: Better maven central user name
1 parent 3b956c6 commit b66b4c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/services.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
distribution: 'temurin'
4949
java-version: '25'
5050
server-id: central # Value of the distributionManagement/repository/id field of the pom.xml
51-
server-username: MAVEN_USERNAME # env variable for username in deploy
51+
server-username: MAVEN_CENTRAL_USERNAME # env variable for username in deploy
5252
server-password: MAVEN_CENTRAL_TOKEN # env variable for token in deploy
5353
gpg-private-key: ${{secrets.MAVEN_GPG_PRIVATE_KEY}}
5454
gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase

0 commit comments

Comments
 (0)