We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2795490 commit 1b8f968Copy full SHA for 1b8f968
1 file changed
.github/workflows/release.yml
@@ -45,7 +45,9 @@ jobs:
45
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
46
47
- name: Deploy to Maven Central (signed)
48
- run: mvn -B clean deploy -Pcentral -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} -Dgpg.executable=gpg
+ run: mvn -B clean deploy -Pcentral -Dgpg.executable=gpg
49
+ env:
50
+ MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
51
52
- name: Build fat jar
53
run: mvn -B clean package -Pall
0 commit comments