Commit e011581
fix(publish): use OIDC and ignore-scripts env var for npm publish
- Strip 'v' prefix from release tag when setting version
- Use npm_config_ignore_scripts env var to skip prepare script
(known npm bug where --ignore-scripts flag doesn't work)
- Always publish to 'beta' tag for prerelease workflow
- Change permissions from contents:write to contents:read
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 9b9ba8b commit e011581
1 file changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
30 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
0 commit comments