Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
Explicitly logs eggs debug file on publish failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesseanwright committed May 17, 2023
1 parent ec4ffc6 commit d28f5ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ jobs:
eggs publish --yes --no-check
- name: Cat eggs debug file
if: ${{ failure() }}
run: |
[[ -e /home/runner/work/reno/reno/eggs-debug.log ]] && cat /home/runner/work/reno/reno/eggs-debug.log
cat /home/runner/work/reno/reno/eggs-debug.log

0 comments on commit d28f5ad

Please sign in to comment.