Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add github workflow for npm publish (#1073)
Description --- Added a new github CI action to automatically publish to npm registry on every version change:: * TypeScript bindings * Wallet daemon client Motivation and Context --- The `typescript-bindings` and the `wallet-daemon-client` npm packages are used by multiple projects. We want to automatically publish their latest versions to the [NPM registry](https://www.npmjs.com/) when the package versions increases. This way dependent projects can directly include the npm dependency for them. How Has This Been Tested? --- In progress What process can a PR reviewer use to test or verify this change? --- Testing in progress Breaking Changes --- - [x] None - [ ] Requires data directory to be deleted - [ ] Other - Please specify
- Loading branch information