Skip to content

Commit

Permalink
switch off redundant debug
Browse files Browse the repository at this point in the history
  • Loading branch information
morisil committed Jan 13, 2025
1 parent d47e200 commit 91fbd5a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,12 @@ 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: |
if [ -f build/jreleaser/trace.log ]; then
echo "trace.log Content:"
tail -1000 build/jreleaser/trace.log
cat build/jreleaser/trace.log
else
echo "trace.log file not found"
fi
Expand Down

0 comments on commit 91fbd5a

Please sign in to comment.