Skip to content

Commit

Permalink
debug 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ofhouse committed Jan 13, 2022
1 parent 40d62c1 commit a5cb0d3
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,16 @@ jobs:
- name: Set git user to GitHub Actions
uses: fregante/[email protected]

- name: Verify npm config
run: npm config list
- name: Verify npm config 1
run: npm config get registry

- name: Set registry URL to npm for publish
uses: actions/setup-node@v2
with:
registry-url: 'https://registry.npmjs.org'

- name: Verify npm config 2
run: npm config get registry

- name: Publish packages
run: ./scripts/publish-release.sh
Expand Down

0 comments on commit a5cb0d3

Please sign in to comment.