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