From c957f0f2ea35b0fbbba4b23fa6ee2c3f1f050547 Mon Sep 17 00:00:00 2001 From: ravenwing Date: Tue, 4 Oct 2022 23:42:56 +0200 Subject: [PATCH] set registry address --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 94194f6..2447663 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,6 +13,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: '16.14' + registry-url: 'https://registry.npmjs.org' - name: Install dependencies run: npm ci - name: Publish npm package