We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a54fd19 + 44c7074 commit de84111Copy full SHA for de84111
.github/workflows/npm-publish.yml
@@ -18,6 +18,8 @@ jobs:
18
uses: actions/setup-node@v3
19
with:
20
node-version: 12
21
+ registry-url: 'https://npm.pkg.github.com'
22
+ scope: '@pixability'
23
24
- name: install dependencies
25
run: yarn install --frozenLockfile
@@ -35,7 +37,7 @@ jobs:
35
37
uses: actions/setup-node@v2
36
38
39
- registry-url: https://registry.npmjs.org/
40
+ registry-url: https://npm.pkg.github.com
41
42
43
0 commit comments