Skip to content

Commit

Permalink
fix(release.yml): fix registry-url
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiezi committed Nov 7, 2022
1 parent 784f8d7 commit 02433c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
node-version: 16.x
cache: pnpm
registry-url: 'https://registry:npmjs.org'
registry-url: 'https://registry.npmjs.org'

- run: npx changelogithub
continue-on-error: true
Expand Down

0 comments on commit 02433c1

Please sign in to comment.