We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 482a9ee commit d54ded8Copy full SHA for d54ded8
.github/workflows/release.yml
@@ -24,8 +24,8 @@ jobs:
24
uses: samuelmeuli/action-maven-publish@v1
25
with:
26
maven_profiles: "release"
27
-# gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
28
-# gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
+ gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
+ gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
29
nexus_username: ${{ secrets.OSSRH_USERNAME }}
30
nexus_password: ${{ secrets.OSSRH_TOKEN }}
31
0 commit comments