File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ jobs:
1616 with :
1717 java-version : ' 11'
1818 distribution : ' adopt'
19- # server-id: ossrh
20- # server-username: MAVEN_USERNAME
21- # server-password: MAVEN_PASSWORD
22- # gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
23- # gpg-passphrase: GPG_PASSPHRASE
19+ server-id : ossrh
20+ server-username : MAVEN_USERNAME
21+ server-password : MAVEN_PASSWORD
22+ gpg-private-key : ${{ secrets.GPG_PRIVATE_KEY }}
23+ gpg-passphrase : GPG_PASSPHRASE
2424 # Build and publish to a local Maven repository for testing
2525 - name : Build and Publish to Local Maven Repository
2626 run : mvn --batch-mode clean install deploy -Dgpg.skip=true -DskipTests=true -DskipNexusStaging=true -DaltDeploymentRepository=local::default::file://$HOME/.m2/repository
You can’t perform that action at this time.
0 commit comments