Commit b45a894
authored
Replace softprops/action-gh-release with gh CLI (#1881)
## Summary
- `softprops/action-gh-release` is not allowed in the org's action
registry
- Replace with equivalent `gh release` CLI commands in the nightly
release workflow
- If the nightly release already exists: `gh release upload --clobber`
(replaces VSIX assets in-place)
- If it doesn't exist: `gh release create --prerelease`
## Test plan
- [ ] Merge and verify nightly release triggers on push to main
- [ ] Verify VSIX files are uploaded to the `nightly-main` GitHub
release
This pull request and its description were written by Isaac.1 parent b66be72 commit b45a894
1 file changed
Lines changed: 16 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
0 commit comments