Skip to content

Commit

Permalink
fix: publish issues
Browse files Browse the repository at this point in the history
  • Loading branch information
varundeva committed Dec 16, 2024
1 parent a210e59 commit be07e3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
with:
node-version: '18'
check-latest: true
registry-url: 'https://registry.npmjs.org/'

- name: Install dependencies
run: npm install
Expand Down
7 changes: 3 additions & 4 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
- name: Publish to npm
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}
registry=https://registry.npmjs.org/
always-auth=true

0 comments on commit be07e3b

Please sign in to comment.