Skip to content

Commit 309f4c3

Browse files
committed
Fix typo in GPG passphrase key in publish-maven workflow
1 parent 8c9b14a commit 309f4c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
server-username: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
5353
server-password: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
5454
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
55-
g-passphrase: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
55+
gpg-passphrase: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
5656

5757
- name: Set version in pom.xml
5858
if: ${{ github.event.inputs.version != '' }}

0 commit comments

Comments
 (0)