From 7bb5e249d13cdfd8d1e257fbade5a5c13c2aecb2 Mon Sep 17 00:00:00 2001 From: Miguel Angel Moreno Date: Mon, 1 Jul 2024 12:18:59 +0200 Subject: [PATCH] Add debug --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b38da38..321229f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,7 +95,10 @@ jobs: env: NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - yarn config set 'npmRegistries["//npm.pkg.github.com"].npmAuthToken' "${NODE_AUTH_TOKEN}" + cat ~/.npmrc + yarn config set npmPublishRegistry "https://npm.pkg.github.com" + yarn config set npmAuthToken "${NODE_AUTH_TOKEN}" + - name: Publish release if: startsWith(github.ref, 'refs/tags/')