fix(ci): remove registry-url to use pure OIDC auth for npm publish

This commit is contained in:
justsisyphus
2026-01-30 12:29:33 +09:00
parent 3d7de0a050
commit c993cf007f

View File

@@ -192,7 +192,6 @@ jobs:
if: steps.check.outputs.skip != 'true'
with:
node-version: "24"
registry-url: "https://registry.npmjs.org"
- name: Publish ${{ matrix.platform }}
if: steps.check.outputs.skip != 'true'