Skip to content

Commit

Permalink
chore: add registry-url to release action
Browse files Browse the repository at this point in the history
Release-As: 0.1.2
  • Loading branch information
usefulthink committed Nov 1, 2023
1 parent 60d9bf5 commit 9fa403b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
with:
node-version: 20
cache: npm
registry-url: 'https://registry.npmjs.org'

- if: ${{ steps.release.outputs.release_created }}
name: Install Dependencies
Expand Down

0 comments on commit 9fa403b

Please sign in to comment.