Skip to content

Commit

Permalink
Add registry url to release action.
Browse files Browse the repository at this point in the history
  • Loading branch information
garg3133 committed Oct 25, 2024
1 parent e10992c commit 3a1652b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: npm install
- name: Publish package on NPM 📦
Expand Down

0 comments on commit 3a1652b

Please sign in to comment.