Skip to content

Commit

Permalink
update registry
Browse files Browse the repository at this point in the history
  • Loading branch information
lohanidamodar committed Mar 7, 2024
1 parent 3e35367 commit 2497fb2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,13 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20.x'
registry-url: 'https://npm.pkg.github.com'
registry-url: 'https://registry.npmjs.org'

# Install dependencies (if any) and build your project (if necessary)
- name: Install dependencies and build
run: |
npm install
npm run build
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
# Publish to NPM
- name: Publish
Expand Down

0 comments on commit 2497fb2

Please sign in to comment.