From 859e3d69c4e8c58217b0355157fe93ece42ff5e8 Mon Sep 17 00:00:00 2001 From: Hinton Date: Fri, 4 Oct 2024 11:53:01 +0200 Subject: [PATCH] Try setting registry-url --- .github/workflows/build-cli.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-cli.yml b/.github/workflows/build-cli.yml index 04d8698981e5..dab858ae4f98 100644 --- a/.github/workflows/build-cli.yml +++ b/.github/workflows/build-cli.yml @@ -98,12 +98,12 @@ jobs: cache: 'npm' cache-dependency-path: '**/package-lock.json' node-version: ${{ env._NODE_VERSION }} + registry-url: "https://npm.pkg.github.com/" + scope: "@org" - name: Install run: npm ci working-directory: ./ - env: - NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Build & Package Unix run: npm run dist:${{ matrix.license_type.build_prefix }}:${{ env.SHORT_RUNNER_OS }} --quiet