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 7bd7417 commit 9b9354aCopy full SHA for 9b9354a
.github/workflows/maven-publish.yml
@@ -15,6 +15,8 @@ jobs:
15
run: |
16
echo "$GPG_PRIVATE_KEY" | gpg --import
17
echo "$GPG_PASSPHRASE" | gpg --batch --yes --passphrase-fd 0 --pinentry-mode loopback --edit-key KEY_ID trust
18
+ - name: Set GPG_TTY
19
+ run: echo "GPG_TTY=$(tty)" >> $GITHUB_ENV
20
- name: Set up Maven Central Repository
21
uses: actions/setup-java@v3
22
with:
pom.xml
@@ -240,7 +240,7 @@
240
<plugin>
241
<groupId>org.apache.maven.plugins</groupId>
242
<artifactId>maven-gpg-plugin</artifactId>
243
- <version>1.5</version>
+ <version>1.6</version>
244
<executions>
245
<execution>
246
<id>sign-artifacts</id>
0 commit comments