Skip to content

Commit 7b60e44

Browse files
committed
Fix deploy workflow trying to push to the github registry
1 parent 5a40a9c commit 7b60e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/setup-node@v3
2424
with:
2525
node-version: '16.x'
26-
registry-url: 'https://npm.pkg.github.com'
26+
registry-url: 'https://registry.npmjs.org'
2727

2828
- name: Install
2929
run: npm ci

0 commit comments

Comments
 (0)