Skip to content

Commit 14f91bc

Browse files
committed
Retain JReleaser logs for debugging
1 parent ccddf41 commit 14f91bc

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,11 @@ jobs:
3131
JRELEASER_DEPLOY_MAVEN_NEXUS2_SNAPSHOT_DEPLOY_USERNAME: ${{ secrets.OSSRH_USERNAME }}
3232
SONATYPE_SIGNING_KEY: ${{ secrets.SONATYPE_SIGNING_KEY }}
3333
SONATYPE_SIGNING_PASSPHRASE: ${{ secrets.SONATYPE_SIGNING_PASSPHRASE }}
34+
35+
- name: Upload JReleaser logs
36+
if: always()
37+
uses: actions/upload-artifact@v4
38+
with:
39+
name: jreleaser-logs
40+
path: build/jreleaser/
41+

0 commit comments

Comments
 (0)