From 5283f9ab8ed9f7423d320acfc2fac7c582544447 Mon Sep 17 00:00:00 2001 From: GCHQDeveloper581 <63102987+GCHQDeveloper581@users.noreply.github.com> Date: Wed, 11 Feb 2026 13:07:11 +0000 Subject: [PATCH] Add debugging to npm publish --- .github/workflows/releases.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 81fd7385..448ce2ba 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -112,3 +112,6 @@ jobs: - name: Publish to NPM run: npm publish + + - name: Debug + run: cat /home/runner/.npm/_logs/*