File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,14 @@ jobs:
2020 server-id : central
2121 server-username : CENTRAL_TOKEN_USERNAME
2222 server-password : CENTRAL_TOKEN_PASSWORD
23- gpg-private-key : ${{ secrets. GPG_SIGNING_KEY }}
23+ gpg-private-key : GPG_SIGNING_KEY
2424 gpg-passphrase : GPG_SIGNING_KEY_PASSWORD
2525 - name : Build with Maven
2626 run : mvn -B package --file pom.xml
2727 - name : Publish package
2828 run : mvn -P release --batch-mode deploy -DskipTests
2929 env :
30- CENTRAL_TOKEN_USERNAME : " ${{ secrets.CENTRAL_TOKEN_USERNAME }}"
31- CENTRAL_TOKEN_PASSWORD : " ${{ secrets.CENTRAL_TOKEN_PASSWORD }}"
32- GPG_SIGNING_KEY_PASSWORD : " ${{ secrets.GPG_SIGNING_KEY_PASSWORD }}"
30+ CENTRAL_TOKEN_USERNAME : ${{ secrets.CENTRAL_TOKEN_USERNAME }}
31+ CENTRAL_TOKEN_PASSWORD : ${{ secrets.CENTRAL_TOKEN_PASSWORD }}
32+ GPG_SIGNING_KEY : ${{ secrets.GPG_SIGNING_KEY }}
33+ GPG_SIGNING_KEY_PASSWORD : ${{ secrets.GPG_SIGNING_KEY_PASSWORD }}
You can’t perform that action at this time.
0 commit comments