Skip to content

Commit

Permalink
Merge pull request #23 from ieedan/npm-package
Browse files Browse the repository at this point in the history
Npm package
  • Loading branch information
ieedan authored May 24, 2024
2 parents 46fba1b + b7c0486 commit 553a6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
NPM_ACCESS_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
run: |
echo "//registry.npmjs.org/:_authToken=$NPM_ACCESS_TOKEN" > ".npmrc"
npm publish
npm publish --access public
- name: Publish cargo package
env:
Expand Down

0 comments on commit 553a6c6

Please sign in to comment.