Skip to content

Commit 0d37eed

Browse files
authored
Merge pull request select2#5686 from select2/npm-deployment
Fix NPM deployment
2 parents 203e833 + 37773d4 commit 0d37eed

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/docs-deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ jobs:
77
name: Deploy Grav
88
runs-on: ubuntu-latest
99
steps:
10+
- uses: maddox/actions/sleep@master
11+
with:
12+
args: "60"
1013
- uses: actions/checkout@v1
1114
- name: Copy to documentation server
1215
uses: maxheld83/rsync@v0.1.0

.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)