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 fb2cd80 commit dc13e47Copy full SHA for dc13e47
2 files changed
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
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 }}
+ GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
28
29
- name: Create GitHub release
30
uses: softprops/action-gh-release@v1
pom.xml
@@ -213,11 +213,10 @@
213
<plugin>
214
<groupId>org.apache.maven.plugins</groupId>
215
<artifactId>maven-gpg-plugin</artifactId>
216
- <version>1.5</version>
+ <version>1.6</version>
217
<configuration>
218
<!-- Prevent gpg from using pinentry programs -->
219
<gpgArguments>
220
- <arg>--batch</arg>
221
<arg>--pinentry-mode</arg>
222
<arg>loopback</arg>
223
</gpgArguments>
0 commit comments