Skip to content

Commit 18f54fb

Browse files
committed
Fix GitHub Packages: use -DskipBundling=true to skip central-publishing
1 parent 7bd1029 commit 18f54fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
distribution: 'temurin'
4646

4747
- name: Publish to GitHub Packages
48-
run: mvn --batch-mode deploy:deploy -DaltDeploymentRepository=github::default::https://maven.pkg.github.com/${{ github.repository }}
48+
run: mvn --batch-mode deploy -DaltDeploymentRepository=github::default::https://maven.pkg.github.com/${{ github.repository }} -DskipBundling=true
4949
env:
5050
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5151

0 commit comments

Comments
 (0)