From cbf43d873e3db14560349ea2f0a8cf168b343bf3 Mon Sep 17 00:00:00 2001 From: Vladislav Tupikin Date: Tue, 14 Sep 2021 23:07:33 +0300 Subject: [PATCH] registry-url added --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a45f582..99998e7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,6 +11,7 @@ jobs: uses: actions/setup-node@v2 with: node-version: 14 + registry-url: https://registry.npmjs.org/ - name: Install dependencies run: npm ci - name: Create .env file