Skip to content

Commit 44c7074

Browse files
committed
[GUI-2664] - fix registry url
1 parent a54fd19 commit 44c7074

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
uses: actions/setup-node@v3
1919
with:
2020
node-version: 12
21+
registry-url: 'https://npm.pkg.github.com'
22+
scope: '@pixability'
2123

2224
- name: install dependencies
2325
run: yarn install --frozenLockfile
@@ -35,7 +37,7 @@ jobs:
3537
uses: actions/setup-node@v2
3638
with:
3739
node-version: 12
38-
registry-url: https://registry.npmjs.org/
40+
registry-url: https://npm.pkg.github.com
3941

4042
- name: install dependencies
4143
run: yarn install --frozenLockfile

0 commit comments

Comments
 (0)