Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
mrruby committed Apr 16, 2024
1 parent 6540a7c commit be08404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: pnpm buildPack
working-directory: holo-key-manager-js-client
- name: Publish to npm
run: npm publish
run: npm publish --access public
working-directory: holo-key-manager-js-client
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit be08404

Please sign in to comment.