Commit ef24468
refactor(workflow): add dispatch inputs and replace isPrerelease with force (#468)
## Summary
Aligns with PowerShellOrg/.github#12.
- Adds `version`, `force`, and `dry_run` to `workflow_dispatch` inputs
(previously no manual inputs were exposed)
- `force` bypasses the PSGallery existence check when re-triggering a
failed job — previously there was no way to do this without a code
change
## 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 0a829a5 commit ef24468
1 file changed
Lines changed: 30 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
6 | 31 | | |
7 | 32 | | |
8 | 33 | | |
9 | 34 | | |
10 | 35 | | |
11 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
12 | 42 | | |
13 | 43 | | |
0 commit comments