Skip to content

Commit a636772

Browse files
committed
Adding 'Dgpg.pinentry-mode=loopback' in deploy.yml
1 parent 15b9bb8 commit a636772

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,5 @@ jobs:
5353
run: |
5454
./mvnw clean deploy --batch-mode -X -Prelease \
5555
-Dgpg.keyname=${{ secrets.MVN_GPG_KEY_ID }} \
56-
-Dgpg.passphrase=""
56+
-Dgpg.passphrase="" \
57+
-Dgpg.pinentry-mode=loopback

0 commit comments

Comments
 (0)