Skip to content

Commit 65eef53

Browse files
author
Mantu
committed
chore(workflow): Add registry url
1 parent 593200d commit 65eef53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/RELEASE_AND_PUBLISH_TO_NPM.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
with:
2020
node-version: 21
2121
cache: "npm"
22+
registry-url: "https://registry.npmjs.org"
2223

2324
- name: Install dependencies
2425
run: npm install

0 commit comments

Comments
 (0)