fix(publish-npm): set registry url
This commit is contained in:
1
.github/workflows/publish-npm.yaml
vendored
1
.github/workflows/publish-npm.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user