From 6a231649755535afdde0a8215e98785abf0233d4 Mon Sep 17 00:00:00 2001 From: Adam Ruberti Date: Wed, 9 Oct 2024 13:16:49 +0200 Subject: [PATCH] fix: add again -Dnexus-staging-maven-plugin.autoReleaseAfterClose=false it was removed by mistake from the template --- .github/workflows/maven-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index 21bf03c..1b47838 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -122,7 +122,7 @@ jobs: /home/runner/work key: ${{ needs.build.outputs.cache_key }} - name: 📦 Deploy artifacts to Maven Central - run: mvn --batch-mode -Dmaven.test.skip=true deploy -P gpg-sign -P nexus-staging + run: mvn --batch-mode -Dmaven.test.skip=true deploy -P gpg-sign -P nexus-staging -Dnexus-staging-maven-plugin.autoReleaseAfterClose=false # deploy to GitHub Packages deploy-github-packages: