We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f81ef2c commit 8c9b14aCopy full SHA for 8c9b14a
1 file changed
.github/workflows/publish-maven.yml
@@ -49,10 +49,10 @@ jobs:
49
java-version: "17"
50
distribution: "temurin"
51
server-id: central
52
- server-username: MAVEN_USERNAME
53
- server-password: MAVEN_PASSWORD
+ server-username: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
+ server-password: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
54
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
55
- gpg-passphrase: MAVEN_GPG_PASSPHRASE
+ g-passphrase: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
56
57
- name: Set version in pom.xml
58
if: ${{ github.event.inputs.version != '' }}
0 commit comments