fix: restore registry-url for npm auth with new granular token

This commit is contained in:
justsisyphus
2026-01-30 13:21:35 +09:00
parent afa2ece847
commit 2b39d119cd

View File

@@ -192,6 +192,7 @@ 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'