Skip to content

Commit

Permalink
Update npm-publish-github-packages.yml
Browse files Browse the repository at this point in the history
update registry url
  • Loading branch information
capyq authored Dec 16, 2024
1 parent 6c5a7f4 commit bb3d8c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://npm.pkg.github.com/
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
working-directory: packages/rte-design-system-react
run: npm ci
Expand Down

0 comments on commit bb3d8c7

Please sign in to comment.