Commit 1db0816
committed
ci(release): fix two ecosystem-publish pipeline gaps found on the 0.0.83 train
1. Index bump never worked from the release runner: version-check.py
defaults --workspace to GITHUB_WORKSPACE, which inside the RELEASE
repo's runner is the release repo — not the freshly-cloned index
('error: …/pkgs not found'). Pass --workspace . explicitly.
2. ci-fresh-install's 'on: release published' hook has never fired:
the release is created with GITHUB_TOKEN and GitHub suppresses
workflow triggers from GITHUB_TOKEN-generated events. Dispatch it
explicitly with a PAT after publishing (best-effort; the daily
schedule remains the fallback).1 parent b0747c9 commit 1db0816
2 files changed
Lines changed: 18 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
42 | 46 | | |
43 | 47 | | |
44 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
737 | 737 | | |
738 | 738 | | |
739 | 739 | | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
0 commit comments