Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Commit 7695376

Browse files
authored
fix: add registry url to actions/setup-node@v1
1 parent 19cf461 commit 7695376

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
with:
2323
node-version: ${{ matrix.node-version }}
2424
scope: '@aave'
25+
registry-url: 'https://registry.npmjs.org'
2526
- run: npm ci
2627
if: ${{ steps.release.outputs.release_created }}
2728
- run: npm publish

0 commit comments

Comments
 (0)