Skip to content

Commit

Permalink
fix registery address
Browse files Browse the repository at this point in the history
  • Loading branch information
nihohit committed Jan 16, 2024
1 parent c266eee commit 8500f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
shell: bash
working-directory: ./node
run: |
npm set "//npm.pkg.github.com/:_authToken=$NODE_AUTH_TOKEN"
npm set "//registry.npmjs.org//:_authToken=$NODE_AUTH_TOKEN"
npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
Expand Down

0 comments on commit 8500f5a

Please sign in to comment.