Commit 1c13e96
ci(release): harden JSR publish step (OIDC, fail-loud)
- Drop continue-on-error so JSR publish failures fail the release
instead of silently skipping. OIDC is already set up (id-token: write
permission at the top of the workflow), so auth is handled
automatically — no token secret needed.
- Switch to `npx jsr publish`, the form recommended by JSR's Publishing
from CI docs. Behavior matches `pnpm dlx jsr publish` but sidesteps
any npm-registry auth interaction with the pnpm wrapper during the
OIDC handshake.
- `--allow-slow-types` retained as a safety net for JSR's slow-type
analyzer in generic-heavy spots.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent fdda203 commit 1c13e96
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
| 54 | + | |
| 55 | + | |
57 | 56 | | |
58 | 57 | | |
59 | 58 | | |
| |||
0 commit comments