Commit e7cb777
refactor(workflow): replace isPrerelease with force input (#186)
## Summary
Aligns with PowerShellOrg/.github#12.
- Removes `isPrerelease` dispatch input and `with:` pass-through — the
reusable workflow now infers prerelease from `PSData.Prerelease` in the
manifest automatically
- Adds `force` dispatch input to bypass the PSGallery existence check
when re-triggering a failed job
## Re-trigger pattern
If `create_release` succeeds but `publish` fails (e.g. expired secret),
re-trigger with:
`force=true, create_release=false, publish=true`
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 1d04ec3 commit e7cb777
1 file changed
Lines changed: 15 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
22 | 32 | | |
23 | 33 | | |
24 | 34 | | |
| |||
27 | 37 | | |
28 | 38 | | |
29 | 39 | | |
30 | | - | |
| 40 | + | |
31 | 41 | | |
| 42 | + | |
| 43 | + | |
32 | 44 | | |
0 commit comments