Skip to content

Commit

Permalink
Use batch mode for mvn deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiankuenzer committed Feb 7, 2024
1 parent d50f3c9 commit 0646d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
- name: Publish package
run: mvn deploy -P dev -X
run: mvn --batch-mode deploy -P dev -X
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}

0 comments on commit 0646d91

Please sign in to comment.