Skip to content

Commit

Permalink
add --stacktrace
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfredley authored Oct 3, 2024
1 parent c898e68 commit 448b017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
SIGNING_PASSPHRASE: ${{ secrets.SIGNING_PASSPHRASE }}
SECRING_FILE: ${{ secrets.SECRING_FILE }}
with:
arguments: -Psigning.secretKeyRingFile=${{ github.workspace }}/secring.gpg publishToSonatype closeAndReleaseSonatypeStagingRepository
arguments: -Psigning.secretKeyRingFile=${{ github.workspace }}/secring.gpg publishToSonatype closeAndReleaseSonatypeStagingRepository --stacktrace
- name: Run Assemble
id: assemble
if: steps.publish.outcome == 'success'
Expand Down

0 comments on commit 448b017

Please sign in to comment.