Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit 0381932

Browse files
authored
Merge pull request #369 from gpc/add-stacktrace-on-release
add --stacktrace
2 parents c898e68 + 448b017 commit 0381932

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
SIGNING_PASSPHRASE: ${{ secrets.SIGNING_PASSPHRASE }}
4545
SECRING_FILE: ${{ secrets.SECRING_FILE }}
4646
with:
47-
arguments: -Psigning.secretKeyRingFile=${{ github.workspace }}/secring.gpg publishToSonatype closeAndReleaseSonatypeStagingRepository
47+
arguments: -Psigning.secretKeyRingFile=${{ github.workspace }}/secring.gpg publishToSonatype closeAndReleaseSonatypeStagingRepository --stacktrace
4848
- name: Run Assemble
4949
id: assemble
5050
if: steps.publish.outcome == 'success'

0 commit comments

Comments
 (0)