Skip to content

Commit

Permalink
trace to find release errors
Browse files Browse the repository at this point in the history
  • Loading branch information
morisil committed Jan 11, 2025
1 parent 5e459f4 commit 947f1fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
JRELEASER_DEPLOY_MAVEN_MAVENCENTRAL_MAVEN_CENTRAL_PASSWORD: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
run: ./gradlew -Pversion=$VERSION build sourcesJar dokkaGeneratePublicationHtml publish jreleaserDeploy

- name: List build/staging-deploy (only on failure)
if: failure()
run: ls -R build/staging-deploy

- name: Display JReleaser trace.log (only on failure)
if: failure()
run: |
Expand Down

0 comments on commit 947f1fe

Please sign in to comment.