Skip to content

Commit 2f354f5

Browse files
author
Jonathan Wenger
committed
Enable ful debugging.
1 parent fdd2362 commit 2f354f5

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
@@ -61,7 +61,7 @@ jobs:
6161

6262
- name: Publish to Maven Central
6363
run: |
64-
mvn --no-transfer-progress --batch-mode deploy -DskipTests
64+
mvn --no-transfer-progress --batch-mode deploy -DskipTests -X
6565
env:
6666
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
6767
MAVEN_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}

0 commit comments

Comments
 (0)