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