We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bd1029 commit 18f54fbCopy full SHA for 18f54fb
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: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 }} -DskipBundling=true
49
env:
50
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51
0 commit comments