Skip to content

Commit

Permalink
Update publish-prod-packages.yml to have npm registry-url
Browse files Browse the repository at this point in the history
Signed-off-by: Bhavik Chavda <[email protected]>
  • Loading branch information
chavda-bhavik authored May 29, 2024
1 parent 875bd3c commit 4ce4b67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-prod-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '20.13.1'
registry-url: "https://registry.npmjs.org"

- name: Cache pnpm modules
uses: actions/cache@v2
Expand Down

0 comments on commit 4ce4b67

Please sign in to comment.