From d0cd3822479990ea10a1b6c91f162e2ba8b66a76 Mon Sep 17 00:00:00 2001 From: George Choustoulakis Date: Wed, 21 Feb 2024 13:51:11 +0100 Subject: [PATCH] Fix publish --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 93964f31..c0054eca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: 20 + registry-url: 'https://registry.npmjs.org' cache: 'npm' - name: Install dependencies run: npm ci --workspaces --include-workspace-root @@ -32,3 +33,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}