Commit be4eeb4
committed
ci(release): replace softprops/action-gh-release with gh CLI
Org GitHub Actions allowlist blocks softprops/action-gh-release@v2,
which made the v0.5.1 release run fail before any step executed.
Switch to the runner's bundled gh CLI to avoid the third-party action
and make the release upload idempotent: if the tag already has a
release we re-upload the asset with --clobber, otherwise we create a
new release with generated notes.
Also add .worktrees/ to .gitignore so locally created worktrees stay
untracked.1 parent 1448b89 commit be4eeb4
2 files changed
Lines changed: 19 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
0 commit comments