Skip to content

Commit

Permalink
Merge pull request #369 from gpc/add-stacktrace-on-release
Browse files Browse the repository at this point in the history
add  --stacktrace
  • Loading branch information
codeconsole authored Oct 3, 2024
2 parents c898e68 + 448b017 commit 0381932
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 0381932

Please sign in to comment.