From 73c44a698527080f0517c7a01ec394552a9740db Mon Sep 17 00:00:00 2001 From: Joshua Smock Date: Fri, 3 Jul 2026 14:50:13 +0200 Subject: [PATCH] Remove registry-url from publish-npm.yml It's not necessary, and it might be causing the entire workflow to fail --- .github/workflows/publish-npm.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 385434dc..9c1f3ff5 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -31,7 +31,6 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 24 - registry-url: 'https://registry.npmjs.org' - name: Upgrade npm to latest patch run: npm install -g npm@latest - name: Publish to npm