Skip to content

Commit 35754dd

Browse files
committed
get stacktrace of publishing
1 parent 56e003c commit 35754dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: eskatos/gradle-command-action@v1
1818
with:
1919
gradle-version: 7.5.1
20-
arguments: publish
20+
arguments: publish --stacktrace
2121
env:
2222
sonatypeUsername: ${{ secrets.SONATYPE_USERNAME }}
2323
sonatypePassword: ${{ secrets.SONATYPE_PASSWORD }}

0 commit comments

Comments
 (0)