chore: add stacktrace to release workflow

This commit is contained in:
Ryan Brink
2024-10-31 11:47:03 -04:00
committed by GitHub
parent 9bd3b2e1e6
commit f874cb74e3

View File

@ -17,7 +17,7 @@ jobs:
uses: burrunan/gradle-cache-action@v1
with:
gradle-version: wrapper
arguments: publishAndReleaseToMavenCentral --no-configuration-cache
arguments: publishAndReleaseToMavenCentral --no-configuration-cache --stacktrace
properties: |
release=true
env: