Skip to content

Commit

Permalink
fix: add again -Dnexus-staging-maven-plugin.autoReleaseAfterClose=false
Browse files Browse the repository at this point in the history
it was removed by mistake from the template
  • Loading branch information
ariwk authored Oct 9, 2024
1 parent 16b4cab commit 6a23164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6a23164

Please sign in to comment.