From 92066b452c2243f6fb843fbba5408abd5fc247fe Mon Sep 17 00:00:00 2001 From: Christoph Knittel Date: Thu, 8 Jun 2023 14:50:06 +0200 Subject: [PATCH] Fix publishing to npm on tag build --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6361eae254..ee4915d233 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -358,6 +358,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: 16 + registry-url: https://registry.npmjs.org # Needed to make auth work for publishing - name: Download artifacts uses: actions/download-artifact@v3