From 7b60e4433eae2faec7f366f39d2d4eb7a07ce350 Mon Sep 17 00:00:00 2001 From: Stefan Heinz Date: Tue, 27 Dec 2022 02:24:14 +0100 Subject: [PATCH] Fix deploy workflow trying to push to the github registry --- .github/workflows/_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_deploy.yml b/.github/workflows/_deploy.yml index 435ed0e..72d158a 100644 --- a/.github/workflows/_deploy.yml +++ b/.github/workflows/_deploy.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: '16.x' - registry-url: 'https://npm.pkg.github.com' + registry-url: 'https://registry.npmjs.org' - name: Install run: npm ci