Skip to content

Commit 727650e

Browse files
Update release.yml
1 parent 334500c commit 727650e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
gpg-passphrase: GPG_PASSPHRASE # Env var for passphrase
2626

2727
- name: Publish package to Maven Central
28-
run: mvn --batch-mode -P release deploy
28+
run: mvn --batch-mode -P -X release deploy
2929
env:
3030
SONATYPE_USERNAME: ${{ secrets.OSSRH_USERNAME }}
3131
SONATYPE_KEY: ${{ secrets.OSSRH_TOKEN }}

0 commit comments

Comments
 (0)