From 9b9250db933568e96830ddaa9b9b91dcfe13aac3 Mon Sep 17 00:00:00 2001 From: Calum Wilson Date: Sat, 17 Feb 2024 21:26:52 +1000 Subject: [PATCH] update publish --- .github/workflows/Publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Publish.yml b/.github/workflows/Publish.yml index db7adb6..e8f401e 100644 --- a/.github/workflows/Publish.yml +++ b/.github/workflows/Publish.yml @@ -17,6 +17,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: 18 + registry-url: 'https://npm.pkg.github.com' - name: Publish to npm run: npm publish