Skip to content

Commit c27c1dc

Browse files
Fix npm-publish script
1 parent bf2ae9a commit c27c1dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
- uses: actions/setup-node@v1
3636
with:
3737
node-version: 12
38+
registry-url: https://registry.npmjs.org/
3839
- run: npm ci
3940
- run: npm publish
4041
env:

0 commit comments

Comments
 (0)