Skip to content

Commit

Permalink
GHA added npm logging
Browse files Browse the repository at this point in the history
  • Loading branch information
skripted-io committed Sep 28, 2023
1 parent 5f22dc0 commit c3f0125
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,6 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx --no -- semantic-release
- name: Print npm log
if: failure() # Only run this step if a previous step has failed
run: cat /home/runner/.npm/_logs/*-debug.log

0 comments on commit c3f0125

Please sign in to comment.