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 e178f4e commit 399e53fCopy full SHA for 399e53f
1 file changed
.github/workflows/release.yml
@@ -80,6 +80,8 @@ jobs:
80
81
- name: Build and test release
82
run: mvn clean verify -Prelease
83
+ env:
84
+ MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
85
86
- name: Deploy to Maven Central / Nexus
87
if: success()
0 commit comments