Skip to content

Commit 24e42c7

Browse files
authored
ci(github): add missing registry url to GPR
1 parent 63a5eb3 commit 24e42c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
uses: actions/setup-node@v1
4949
with:
5050
node-version: '12.x'
51+
registry-url: 'https://npm.pkg.github.com'
5152

5253
- name: Cache dependencies
5354
uses: actions/cache@v2

0 commit comments

Comments
 (0)