Skip to content

Commit a5cb0d3

Browse files
committed
debug 2
1 parent 40d62c1 commit a5cb0d3

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/CI.yml

+10-2
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,16 @@ jobs:
214214
- name: Set git user to GitHub Actions
215215
uses: fregante/[email protected]
216216

217-
- name: Verify npm config
218-
run: npm config list
217+
- name: Verify npm config 1
218+
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+
run: npm config get registry
219227

220228
- name: Publish packages
221229
run: ./scripts/publish-release.sh

0 commit comments

Comments
 (0)