Skip to content

Commit

Permalink
Fix deploy workflow trying to push to the github registry
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanH-AT committed Dec 27, 2022
1 parent 5a40a9c commit 7b60e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '16.x'
registry-url: 'https://npm.pkg.github.com'
registry-url: 'https://registry.npmjs.org'

- name: Install
run: npm ci
Expand Down

0 comments on commit 7b60e44

Please sign in to comment.