From 2371c335a0cbc9d44fd0dab623909b448a72c37f Mon Sep 17 00:00:00 2001 From: Brett <12437916+colbr@users.noreply.github.com> Date: Fri, 8 Dec 2023 16:12:22 +1300 Subject: [PATCH] ci: registry-url --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f6ad4a8..97a2cde 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,6 +13,7 @@ jobs: uses: actions/setup-node@v3 with: node-version-file: '.nvmrc' + registry-url: 'https://registry.npmjs.org' - run: echo '//npm.pkg.github.com/:_authToken=${{secrets.GITHUB_TOKEN}}' >> .npmrc - run: npm ci - run: npm run test