Skip to content

Commit e1c0954

Browse files
Attempt to fix release process
1 parent 1c7b942 commit e1c0954

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
@@ -20,6 +20,7 @@ jobs:
2020
uses: actions/setup-node@v4
2121
with:
2222
node-version: '20.x'
23+
registry-url: 'https://registry.npmjs.org'
2324

2425
- name: Install dependencies
2526
run: |

0 commit comments

Comments
 (0)