We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b71e95 commit 690c881Copy full SHA for 690c881
.github/workflows/maven-release.yaml
@@ -21,4 +21,4 @@ jobs:
21
server-username: MAVEN_USERNAME # env variable for username in deploy
22
server-password: MAVEN_CENTRAL_TOKEN # env variable for token in deploy
23
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
+ gpg-passphrase: ${{ secrets.GPG_PASSPHRASE}} # env variable for GPG private key passphrase
0 commit comments