Skip to content

Commit 935167e

Browse files
committed
Try to fix deploy.yml
1 parent 24661f9 commit 935167e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ jobs:
5353
- name: Deploy to Sonatype Central
5454
run: |
5555
export GPG_TTY=$(tty)
56-
./mvnw clean deploy --batch-mode -Prelease \
56+
./mvnw clean deploy --batch-mode -X -Prelease \
5757
-Dgpg.keyname=${{ secrets.MVN_GPG_KEY_ID }}

0 commit comments

Comments
 (0)