Commit 391d773
Switch to npm publish for OIDC trusted publishing (#77)
Yarn 4.10.3's OIDC support is not working despite having all required
environment variables set correctly. Switch to using npm CLI directly,
which has mature OIDC trusted publishing support.
Changes:
- Remove debug output (no longer needed)
- Add npm upgrade step to ensure npm >= 11.5.1
- Switch from "yarn npm publish" to "npm publish"
- npm 11.5.1+ supports OIDC authentication automatically
This will work with the trusted publishing configuration already set
up on npmjs.com for @reforge-com/cli.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <noreply@anthropic.com>1 parent 93b1470 commit 391d773
1 file changed
+6
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
| 81 | + | |
| 82 | + | |
87 | 83 | | |
88 | 84 | | |
89 | | - | |
| 85 | + | |
| 86 | + | |
90 | 87 | | |
91 | | - | |
| 88 | + | |
92 | 89 | | |
93 | | - | |
| 90 | + | |
94 | 91 | | |
95 | 92 | | |
96 | 93 | | |
| |||
0 commit comments