This package is published to npm.
- Create an npm account at https://www.npmjs.com
- Create the
@open-runtimesorganization if it doesn't exist - Generate an access token at https://www.npmjs.com/settings/~/tokens
- Select "Automation" token type
- Add the token as a GitHub Actions secret:
- Secret name:
NPM_TOKEN - Secret value: the generated token
- Secret name:
Publishing is automated via GitHub Actions. To publish a new version:
- Create a new GitHub release with a tag matching the desired version (e.g.,
0.1.0) - The workflow will automatically update
package.jsonand publish to npm
npm install
npm run build
npm publish --access public