From bce19960976692fa9cfac15d0ca897597cb08ba2 Mon Sep 17 00:00:00 2001 From: martines3000 Date: Tue, 2 Jul 2024 19:24:59 +0200 Subject: [PATCH] chore: add 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 973838e..3f7636f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,6 +17,7 @@ jobs: with: node-version-file: '.nvmrc' cache: "pnpm" + registry-url: 'https://registry.npmjs.org' - name: Install dependencies run: pnpm install --frozen-lockfile - name: Lint