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 5fe5843 commit 74a27c4Copy full SHA for 74a27c4
.github/workflows/maven-publish.yml
@@ -24,4 +24,4 @@ jobs:
24
- name: Build with Maven
25
env:
26
OSS_SONATYPE_PASSWORD: ${{ secrets.OSS_SONATYPE_PASSWORD }}
27
- run: mvn -B -Prelease source:jar javadoc:jar deploy --file pom.xml -s settings-template.xml
+ run: mvn -B -Prelease source:jar javadoc:jar deploy --file pom.xml -s settings-template.xml -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }}
0 commit comments