Skip to content

Commit 04e1986

Browse files
committed
bugfix: use correct env variables
1 parent 7a520ee commit 04e1986

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
java-version: 17
2424
check-latest: true
2525
server-id: central # Value of the distributionManagement/repository/id field of the pom.xml
26-
server-username: CENTRAL_PUBLISHER_MAVEN_USERNAME # env variable for username in deploy
27-
server-password: CENTRAL_PUBLISHER_MAVEN_CENTRAL_TOKEN # env variable for token in deploy
26+
server-username: MAVEN_USERNAME # env variable for username in deploy
27+
server-password: MAVEN_CENTRAL_TOKEN # env variable for token in deploy
2828
settings-path: ${{ github.workspace }}
2929
- name: Cache Maven packages
3030
uses: actions/cache@v4

0 commit comments

Comments
 (0)