File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,15 +34,15 @@ jobs:
3434 distribution : temurin
3535 java-version : ${{ matrix.version }}
3636 cache : maven
37- server-id : ossrh-awspring
38- server-username : OSSRH_USERNAME
39- server-password : OSSRH_PASSWORD
37+ server-id : central
38+ server-username : CENTRAL_TOKEN_USERNAME
39+ server-password : CENTRAL_TOKEN_PASSWORD
4040 gpg-private-key : ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
4141 gpg-passphrase : MAVEN_GPG_PASSPHRASE
4242 - name : Run tests
4343 run : ./mvnw -V verify javadoc:aggregate -Pspring,docs-classic -DskipTests
4444 - name : Deploy to Sonatype
45- run : ./mvnw -V -Prelease,spring deploy -DskipTests -s .settings.xml
45+ run : ./mvnw -V -Prelease,spring deploy -DskipTests
4646 env :
4747 CENTRAL_TOKEN_USERNAME : ${{ secrets.CENTRAL_TOKEN_USERNAME }}
4848 CENTRAL_TOKEN_PASSWORD : ${{ secrets.CENTRAL_TOKEN_PASSWORD }}
You can’t perform that action at this time.
0 commit comments