From 52c3ce0d347f27396cbf595a18cc32d608cea196 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Mon, 8 Mar 2021 15:40:52 -0600 Subject: [PATCH] Add explicit registry-url to autopublish --- .github/workflows/autopublish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/autopublish.yml b/.github/workflows/autopublish.yml index 58c45e41cd3..8c6bb8d256e 100644 --- a/.github/workflows/autopublish.yml +++ b/.github/workflows/autopublish.yml @@ -38,6 +38,7 @@ jobs: - uses: actions/setup-node@v1 with: node-version: '14.16.0' + registry-url: 'https://registry.npmjs.org' - run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p