Skip to content

Commit

Permalink
ci: fix release registry url (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocavue authored Aug 22, 2024
1 parent d97595a commit 23b896c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
with:
node-version: ${{ inputs.node-version }}
cache: pnpm
registry-url: 'https://npm.pkg.github.com'
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
run: pnpm install
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ README.md
node_modules/
dist/
pnpm-lock.yaml
CHANGELOG.md

0 comments on commit 23b896c

Please sign in to comment.