Skip to content

Commit c597fee

Browse files
committed
fix action to publish package
1 parent d8b274d commit c597fee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- uses: actions/setup-node@v3
2020
with:
2121
node-version: 16
22+
registry-url: https://registry.npmjs.org
2223
- run: npm ci
2324
- run: npm publish
2425
env:

0 commit comments

Comments
 (0)