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 582f8c2 commit 7e8c3e6Copy full SHA for 7e8c3e6
.github/workflows/release.yml
@@ -23,6 +23,8 @@ jobs:
23
24
- name: Publish to the Maven Central Repository
25
run: mvn -Prelease -DskipTests=true --batch-mode deploy
26
+ env:
27
+ MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
28
29
- name: Create GitHub release
30
uses: softprops/action-gh-release@v1
0 commit comments