Skip to content

Commit e291f06

Browse files
Fix registry-url
1 parent 358c4df commit e291f06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- name: Use Node.js
1717
uses: actions/setup-node@v4
18+
with:
19+
registry-url: 'https://registry.npmjs.org'
1820
- run: |
1921
npm install
2022
npm publish --provenance

0 commit comments

Comments
 (0)