We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83c80e1 commit fb055b6Copy full SHA for fb055b6
1 file changed
.github/workflows/publish.yml
@@ -43,6 +43,6 @@ jobs:
43
distribution: 'temurin'
44
45
- name: Publish to GitHub Packages
46
- run: mvn --batch-mode deploy -DaltDeploymentRepository=github::default::https://maven.pkg.github.com/${{ github.repository }}
+ run: mvn --batch-mode deploy -DaltDeploymentRepository=github::default::https://maven.pkg.github.com/${{ github.repository }} -Dcentral.publishing.skip=true
47
env:
48
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments