Skip to content

Commit

Permalink
get stacktrace of publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
jeggy committed Jan 27, 2023
1 parent 56e003c commit 35754dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: eskatos/gradle-command-action@v1
with:
gradle-version: 7.5.1
arguments: publish
arguments: publish --stacktrace
env:
sonatypeUsername: ${{ secrets.SONATYPE_USERNAME }}
sonatypePassword: ${{ secrets.SONATYPE_PASSWORD }}
Expand Down

0 comments on commit 35754dd

Please sign in to comment.