From 6e9565296e13e52791cf157d20bca434c9de86ae Mon Sep 17 00:00:00 2001 From: Chris Villa Date: Fri, 22 Sep 2023 16:15:51 +0100 Subject: [PATCH] ci: restore GitHub publishing Removal of registry-url causes npm publish to fail with ENEEDAUTH --- .github/workflows/publish-canary.yml | 1 + .github/workflows/publish.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/publish-canary.yml b/.github/workflows/publish-canary.yml index 77a17a3eb..9fdabed94 100644 --- a/.github/workflows/publish-canary.yml +++ b/.github/workflows/publish-canary.yml @@ -19,6 +19,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: 18 + registry-url: "https://registry.npmjs.org" - name: Install dependencies run: yarn diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ba532f15a..99d84a5eb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,6 +23,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: 18 + registry-url: "https://registry.npmjs.org" - name: Install dependencies run: yarn