From 8e176c2629c169436dc6a7973c23a8955e4a36c1 Mon Sep 17 00:00:00 2001 From: Parth Bansal Date: Thu, 17 Jul 2025 12:27:50 +0000 Subject: [PATCH] Add Debug logging in the maven release workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d8fd47152..695c70e43 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: # This step runs ONLY on tag pushes (real release) - name: Publish to Maven Central Repository (Deploy) if: "startsWith(github.ref, 'refs/tags/')" - run: mvn -Prelease -DskipTests=true --batch-mode deploy + run: mvn -Prelease -DskipTests=true --batch-mode -X deploy # This step also runs ONLY on tag pushes (real release) - name: Create GitHub release