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

@@ -4,10 +4,6 @@ on:
release:
types: [published]
permissions:
id-token: write # Required for OIDC
contents: read
jobs:
publish:
runs-on: ubuntu-latest