Skip to content

Commit 15b9bb8

Browse files
committed
Adding empty passphrase in deploy.yml
1 parent ddeb9cc commit 15b9bb8

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
@@ -52,4 +52,5 @@ jobs:
5252
- name: Deploy to Sonatype Central
5353
run: |
5454
./mvnw clean deploy --batch-mode -X -Prelease \
55-
-Dgpg.keyname=${{ secrets.MVN_GPG_KEY_ID }}
55+
-Dgpg.keyname=${{ secrets.MVN_GPG_KEY_ID }} \
56+
-Dgpg.passphrase=""

0 commit comments

Comments
 (0)