Skip to content

Commit aa2ec45

Browse files
authored
ci: fix release flow (vol. 3) (#566)
1 parent da04c3d commit aa2ec45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish_to_npm.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
uses: actions/setup-node@v6
2727
with:
2828
node-version: 24
29+
registry-url: 'https://registry.npmjs.org'
2930
cache: 'npm'
3031
cache-dependency-path: 'package-lock.json'
3132
- name: Update NPM

0 commit comments

Comments
 (0)