1 Commits

Author SHA1 Message Date
d2174260c1 Use bunx npm publish for trusted publishing
bun publish does not pick up the OIDC token for npm trusted publishing.

Co-authored-by: Ona <no-reply@ona.com>
2026-03-14 01:18:26 +00:00

View File

@@ -21,6 +21,6 @@ jobs:
- run: bun test - run: bun test
- run: bun publish --access public --provenance - run: bunx npm publish --provenance --access public
env: env:
NPM_CONFIG_REGISTRY: https://registry.npmjs.org NPM_CONFIG_REGISTRY: https://registry.npmjs.org