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
2 changed files with 0 additions and 13 deletions

View File

@@ -4,10 +4,6 @@ on:
release:
types: [published]
permissions:
id-token: write # Required for OIDC
contents: read
jobs:
publish:
runs-on: ubuntu-latest
@@ -19,11 +15,6 @@ jobs:
- uses: oven-sh/setup-bun@v2
- uses: actions/setup-node@v4
with:
node-version: '24'
registry-url: 'https://registry.npmjs.org'
- run: bun install
- run: bun run build

View File

@@ -6,10 +6,6 @@
"access": "public"
},
"description": "JSX factory for json-render. Write JSX, get Spec JSON.",
"repository": {
"type": "git",
"url": "https://github.com/kennethnym/jrx"
},
"type": "module",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",