diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 055fc08c6..7deb1528b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,6 @@ jobs: node-version: 20 cache: 'npm' cache-dependency-path: '**/package-lock.json' - registry-url: 'https://registry.npmjs.org/' - name: Install dependencies run: npm ci