From 3e3a5b41ce2839aca9e48f11a27eb974c1831afa Mon Sep 17 00:00:00 2001 From: LTLA Date: Tue, 3 Dec 2024 09:58:34 -0800 Subject: [PATCH] Try to get this publishing action to work correctly. --- .github/workflows/publish-npm.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-npm.yaml b/.github/workflows/publish-npm.yaml index 998bb03..4e799a8 100644 --- a/.github/workflows/publish-npm.yaml +++ b/.github/workflows/publish-npm.yaml @@ -19,6 +19,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: 22 + registry-url: 'https://registry.npmjs.org' # We only run the remaining (remote-touching) steps if the version has actually changed. - name: Extract package versions