Skip to content

Commit

Permalink
fix: publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSchiavini committed Nov 29, 2024
1 parent 9e2f8f9 commit 6f2f5b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:
- name: Publish to npm
run: npm publish --access public
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/curvefi/curve-js.git"
"url": "git+https://github.com/curvefi/curve-js.git"
},
"bugs": {
"url": "https://github.com/curvefi/curve-js/issues"
Expand Down

0 comments on commit 6f2f5b6

Please sign in to comment.