We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40d62c1 commit a5cb0d3Copy full SHA for a5cb0d3
.github/workflows/CI.yml
@@ -214,8 +214,16 @@ jobs:
214
- name: Set git user to GitHub Actions
215
uses: fregante/setup-git-user@v1.0.1
216
217
- - name: Verify npm config
218
- run: npm config list
+ - name: Verify npm config 1
+ run: npm config get registry
219
+
220
+ - name: Set registry URL to npm for publish
221
+ uses: actions/setup-node@v2
222
+ with:
223
+ registry-url: 'https://registry.npmjs.org'
224
225
+ - name: Verify npm config 2
226
227
228
- name: Publish packages
229
run: ./scripts/publish-release.sh
0 commit comments