Skip to content

Commit

Permalink
make maven more silent
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Otzen committed Jan 11, 2022
1 parent 7953d9d commit 20fcda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
java-version: '11'
distribution: 'adopt'
- name: Publish package
run: mvn --batch-mode deploy
run: mvn --batch-mode --no-transfer-progress deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 20fcda8

Please sign in to comment.