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 b8f12d2 commit 4523150Copy full SHA for 4523150
2 files changed
.github/workflows/release.yml
@@ -66,4 +66,4 @@ jobs:
66
env:
67
CENTRAL_TOKEN_USERNAME: ${{ secrets.CENTRAL_TOKEN_USERNAME }}
68
CENTRAL_TOKEN_PASSWORD: ${{ secrets.CENTRAL_TOKEN_PASSWORD }}
69
- GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
+ MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
pom.xml
@@ -197,6 +197,12 @@
197
<groupId>org.apache.maven.plugins</groupId>
198
<artifactId>maven-gpg-plugin</artifactId>
199
<version>3.2.7</version>
200
+ <configuration>
201
+ <gpgArguments>
202
+ <arg>--pinentry-mode</arg>
203
+ <arg>loopback</arg>
204
+ </gpgArguments>
205
+ </configuration>
206
<executions>
207
<execution>
208
<id>sign-artifacts</id>
0 commit comments