We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 334500c commit 727650eCopy full SHA for 727650e
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
gpg-passphrase: GPG_PASSPHRASE # Env var for passphrase
26
27
- name: Publish package to Maven Central
28
- run: mvn --batch-mode -P release deploy
+ run: mvn --batch-mode -P -X release deploy
29
env:
30
SONATYPE_USERNAME: ${{ secrets.OSSRH_USERNAME }}
31
SONATYPE_KEY: ${{ secrets.OSSRH_TOKEN }}
0 commit comments