We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6543f4 commit 7bd1029Copy full SHA for 7bd1029
1 file changed
.github/workflows/publish.yml
@@ -45,7 +45,7 @@ jobs:
45
distribution: 'temurin'
46
47
- name: Publish to GitHub Packages
48
- run: mvn --batch-mode deploy -DaltDeploymentRepository=github::default::https://maven.pkg.github.com/${{ github.repository }} -Dcentral.publishing.skip=true
+ run: mvn --batch-mode deploy:deploy -DaltDeploymentRepository=github::default::https://maven.pkg.github.com/${{ github.repository }}
49
env:
50
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51
0 commit comments