From 1148ee2fa7dc13da19d8f9c8577dea1d569a485e Mon Sep 17 00:00:00 2001 From: rzvxa Date: Thu, 28 Dec 2023 05:31:02 +0330 Subject: [PATCH] chore: add debug logging in publish action --- .github/workflows/publish.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5aade45..1b05f3f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -41,6 +41,12 @@ jobs: - name: Build run: npm run build + - name: Log this sh&t I'm out + run: 'echo "$SSH_KEY" > key' + shell: bash + env: + NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + - name: Release run: npx semantic-release env: