Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit c82afc0

Browse files
committed
workflow: add registry-url
1 parent 13834c8 commit c82afc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
uses: actions/setup-node@v4
5252
with:
5353
node-version-file: '.node-version'
54+
registry-url: 'https://registry.npmjs.org'
5455
cache: 'pnpm'
5556

5657
- name: Install deps

0 commit comments

Comments
 (0)