Skip to content

Commit 9b9354a

Browse files
run ci
1 parent 7bd7417 commit 9b9354a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/maven-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
run: |
1616
echo "$GPG_PRIVATE_KEY" | gpg --import
1717
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
1820
- name: Set up Maven Central Repository
1921
uses: actions/setup-java@v3
2022
with:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@
240240
<plugin>
241241
<groupId>org.apache.maven.plugins</groupId>
242242
<artifactId>maven-gpg-plugin</artifactId>
243-
<version>1.5</version>
243+
<version>1.6</version>
244244
<executions>
245245
<execution>
246246
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)