fix(publish-npm): set registry url

This commit is contained in:
2025-01-04 08:07:10 +03:30
parent abe20e7d8c
commit 5ddd93afcc

View File

@@ -34,6 +34,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ inputs.node-version }}
registry-url: 'https://registry.npmjs.org'
- name: 🛠️ Setup Node.js Corepack
run: corepack enable