Skip to content

Commit

Permalink
Use the correct npm registry
Browse files Browse the repository at this point in the history
  • Loading branch information
luispabon committed Nov 17, 2021
1 parent a8b0654 commit 0de9ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '16.x'
registry-url: 'https://npm.pkg.github.com'
registry-url: 'https://registry.npmjs.org'

- name: NPM install
run: npm install
Expand Down

0 comments on commit 0de9ff5

Please sign in to comment.