From 8a9ed2d28b5b8cf0224b38444cb068d818607cc1 Mon Sep 17 00:00:00 2001 From: Ariel Gentile Date: Mon, 24 Jul 2023 03:47:51 -0300 Subject: [PATCH] ci: set npm registry for releases (#1519) Signed-off-by: Ariel Gentile --- .github/workflows/continuous-deployment.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/continuous-deployment.yml b/.github/workflows/continuous-deployment.yml index 7186585fa4..9014743d69 100644 --- a/.github/workflows/continuous-deployment.yml +++ b/.github/workflows/continuous-deployment.yml @@ -30,6 +30,7 @@ jobs: with: node-version: 16 cache: 'yarn' + registry-url: 'https://registry.npmjs.org/' - name: Install dependencies run: yarn install --frozen-lockfile @@ -78,6 +79,7 @@ jobs: with: node-version: 16 cache: 'yarn' + registry-url: 'https://registry.npmjs.org/' - name: Install dependencies run: yarn install --frozen-lockfile