We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24661f9 commit 935167eCopy full SHA for 935167e
.github/workflows/deploy.yml
@@ -53,5 +53,5 @@ jobs:
53
- name: Deploy to Sonatype Central
54
run: |
55
export GPG_TTY=$(tty)
56
- ./mvnw clean deploy --batch-mode -Prelease \
+ ./mvnw clean deploy --batch-mode -X -Prelease \
57
-Dgpg.keyname=${{ secrets.MVN_GPG_KEY_ID }}
0 commit comments