Skip to content

Commit

Permalink
feat(workflow): add npm registry URL to setup-node action
Browse files Browse the repository at this point in the history
Added the registry-url parameter to the setup-node action in the release
workflow to ensure the correct npm registry is used during the publish step.
  • Loading branch information
ryoppippi committed Aug 30, 2024
1 parent 47c7278 commit e7e6514
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
registry-url: 'https://registry.npmjs.org'
- name: Publish to npm
run: deno run -A jsr:@ryoppippi/mirror-jsr-to-npm
env:
Expand Down

0 comments on commit e7e6514

Please sign in to comment.