Skip to content

Commit 8e176c2

Browse files
committed
Add Debug logging in the maven release workflow
1 parent bb28b26 commit 8e176c2

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
@@ -41,7 +41,7 @@ jobs:
4141
# This step runs ONLY on tag pushes (real release)
4242
- name: Publish to Maven Central Repository (Deploy)
4343
if: "startsWith(github.ref, 'refs/tags/')"
44-
run: mvn -Prelease -DskipTests=true --batch-mode deploy
44+
run: mvn -Prelease -DskipTests=true --batch-mode -X deploy
4545

4646
# This step also runs ONLY on tag pushes (real release)
4747
- name: Create GitHub release

0 commit comments

Comments
 (0)