Use bunx npm publish for trusted publishing (#6)

bun publish does not pick up the OIDC token for npm trusted publishing.

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2026-03-14 01:19:35 +00:00
committed by GitHub
parent 2d75600913
commit 650e2141d8

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