Fix deploying to NPM
This changes the NPM registry URL to point to the actual NPM registry instead of the GitHub package registry.
This commit is contained in:
parent
203e833153
commit
796ab7bf41
3
.github/workflows/package-deploy.yml
vendored
3
.github/workflows/package-deploy.yml
vendored
@ -46,8 +46,7 @@ jobs:
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 8
|
||||
registry-url: https://npm.pkg.github.com/
|
||||
scope: '@select2'
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
- name: npm install
|
||||
run: npm install
|
||||
- name: Run linting, tests, minify
|
||||
|
Loading…
Reference in New Issue
Block a user