We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05df551 commit 6576b7fCopy full SHA for 6576b7f
.github/workflows/publish_to_npm.yml
@@ -18,6 +18,7 @@ jobs:
18
with:
19
node-version: 'lts/*'
20
cache: 'npm'
21
+ registry-url: 'https://registry.npmjs.org'
22
23
- name: Install dependencies
24
run: npm install
0 commit comments