From 787922357cd36ce893ad89069722da949f0ef1bc Mon Sep 17 00:00:00 2001 From: Michael <74672993+laimermic@users.noreply.github.com> Date: Wed, 29 Nov 2023 15:29:06 +0100 Subject: [PATCH] Changing registry --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 18d5aae..2be9a78 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -44,7 +44,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 16 - registry-url: https://registry.npmjs.org/ + registry-url: https://npm.pkg.github.com - run: npm ci - name: Publish to GitHub Packages run: npm publish --registry=https://npm.pkg.github.com/