Commit 2edf8af
Improve release flow with draft releases and OIDC npm publishing (#272)
* Improve release flow by using draft releases in tagpr
- Change tagpr configuration from `release = true` to `release = draft`
- This creates draft releases instead of immediately published ones
- The release.yml workflow will then publish the release with artifacts
- Provides better separation of concerns and safer release process
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
* Migrate npm publishing to OIDC Trusted Publishers
- Add id-token: write and contents: read permissions to npm-publish job
- Remove NODE_AUTH_TOKEN from both dry-run and publish steps
- npm CLI will automatically detect OIDC environment for authentication
- Enables automatic provenance attestations for enhanced security
- Eliminates need for long-lived NPM_TOKEN secret management
Requires manual configuration of Trusted Publisher on npmjs.com:
- Organization: sugyan
- Repository: claude-code-webui
- Workflow: release.yml
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
---------
Co-authored-by: Claude <[email protected]>1 parent 191c4d1 commit 2edf8af
2 files changed
+5
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
138 | 141 | | |
139 | 142 | | |
140 | 143 | | |
| |||
177 | 180 | | |
178 | 181 | | |
179 | 182 | | |
180 | | - | |
181 | | - | |
182 | 183 | | |
183 | 184 | | |
184 | 185 | | |
185 | 186 | | |
186 | | - | |
187 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
0 commit comments