We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a520ee commit 04e1986Copy full SHA for 04e1986
.github/workflows/maven-publish.yml
@@ -23,8 +23,8 @@ jobs:
23
java-version: 17
24
check-latest: true
25
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
+ server-username: MAVEN_USERNAME # env variable for username in deploy
+ server-password: MAVEN_CENTRAL_TOKEN # env variable for token in deploy
28
settings-path: ${{ github.workspace }}
29
- name: Cache Maven packages
30
uses: actions/cache@v4
0 commit comments