From c3f01253026dfcd5dde3fe6b964b9efd8d431f76 Mon Sep 17 00:00:00 2001 From: Maxim Schram Date: Thu, 28 Sep 2023 15:09:54 -0400 Subject: [PATCH] GHA added npm logging --- .github/workflows/ci-cd.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 15cd17b3..019fdacb 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -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