Skip to content

Commit c91c594

Browse files
authored
CI: add registry-url (#574)
1 parent 072573f commit c91c594

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
uses: actions/setup-node@v3
1818
with:
1919
node-version: "20.x" # Change this to your desired Node.js version
20+
registry-url: "https://registry.npmjs.org"
2021

2122
- name: Install pnpm
2223
run: npm install -g pnpm

0 commit comments

Comments
 (0)