Skip to content

Commit

Permalink
ci: fix npm registry not found (#20)
Browse files Browse the repository at this point in the history
Signed-off-by: Kenta Kozuka <[email protected]>
  • Loading branch information
kentakozuka authored Jan 25, 2024
1 parent fab15a6 commit 6644795
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
with:
node-version: ${{ env.NODE_VERSION }}
registry-url: 'https://registry.npmjs.org'
- name: Publish to npm registry
if: ${{ steps.release.outputs.release_created }}
run: |
Expand Down

0 comments on commit 6644795

Please sign in to comment.