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