Skip to content

Commit 20577f1

Browse files
authored
chore(ci): try to fix publish action
1 parent 627ced2 commit 20577f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
uses: actions/setup-node@v4
3434
with:
3535
node-version: ${{ matrix.node-version }}
36+
registry-url: 'https://registry.npmjs.org'
3637
cache: 'npm'
3738

3839
- name: Install Dependencies

0 commit comments

Comments
 (0)