Skip to content

Commit 690c881

Browse files
author
John Tompkins
committed
Precommit fix
1 parent 2b71e95 commit 690c881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
server-username: MAVEN_USERNAME # env variable for username in deploy
2222
server-password: MAVEN_CENTRAL_TOKEN # env variable for token in deploy
2323
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} # Value of the GPG private key to import
24-
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE}} # env variable for GPG private key passphrase
24+
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE}} # env variable for GPG private key passphrase

0 commit comments

Comments
 (0)