Skip to content

Commit 796ab7b

Browse files
committed
Fix deploying to NPM
This changes the NPM registry URL to point to the actual NPM registry instead of the GitHub package registry.
1 parent 203e833 commit 796ab7b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/package-deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ jobs:
4646
uses: actions/setup-node@v1
4747
with:
4848
node-version: 8
49-
registry-url: https://npm.pkg.github.com/
50-
scope: '@select2'
49+
registry-url: 'https://registry.npmjs.org'
5150
- name: npm install
5251
run: npm install
5352
- name: Run linting, tests, minify

0 commit comments

Comments
 (0)