mirror of
https://github.com/kennethnym/jrx.git
synced 2026-03-20 03:41:18 +00:00
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:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -21,6 +21,6 @@ jobs:
|
||||
|
||||
- run: bun test
|
||||
|
||||
- run: bun publish --access public --provenance
|
||||
- run: bunx npm publish --provenance --access public
|
||||
env:
|
||||
NPM_CONFIG_REGISTRY: https://registry.npmjs.org
|
||||
|
||||
Reference in New Issue
Block a user