Commit 8a0bd8b
authored
ci: Stop VS Code publish from blocking release PR (#12763)
## Summary
- Let release PR creation proceed after npm publish and tag creation
even when VS Code extension publishing fails.
- Prevent failed VS Code publishing from triggering cleanup of
already-published npm release state.
- Document that Marketplace publishing is non-blocking for release PR
recovery.
## Testing
- `pnpm exec oxfmt --check .github/workflows/turborepo-release.yml
AGENTS.md`
- YAML parse check for `.github/workflows/turborepo-release.yml`
- DevOps review agent: no findings1 parent 20fa5c8 commit 8a0bd8b
2 files changed
Lines changed: 4 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
618 | 618 | | |
619 | 619 | | |
620 | 620 | | |
621 | | - | |
622 | | - | |
623 | | - | |
624 | | - | |
625 | | - | |
626 | | - | |
627 | | - | |
628 | | - | |
629 | | - | |
| 621 | + | |
| 622 | + | |
630 | 623 | | |
631 | 624 | | |
632 | 625 | | |
| |||
750 | 743 | | |
751 | 744 | | |
752 | 745 | | |
753 | | - | |
754 | 746 | | |
755 | 747 | | |
756 | 748 | | |
| |||
762 | 754 | | |
763 | 755 | | |
764 | 756 | | |
765 | | - | |
766 | 757 | | |
767 | 758 | | |
768 | 759 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
0 commit comments