Skip to content

Commit 2f04957

Browse files
authored
Add registry url to allow publishing npm package (#3341)
1 parent 3204a91 commit 2f04957

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
uses: actions/setup-node@v4
2222
with:
2323
node-version-file: '.nvmrc'
24+
registry-url: 'https://registry.npmjs.org'
2425

2526
- name: Get version
2627
id: package-version

0 commit comments

Comments
 (0)