Commit fc4949e
fix(fork): own tags + releases instead of feeding changesets/action
changesets/action scans the publish command's stdout for "New tag:" lines
and requires each name to resolve to a workspace package. Our rescoped names
(@meterup/pascal-*) never match the workspace (source stays @pascal-app/*), so
the action threw "Package not found" and failed the job — even though the
packages had already published and tagged successfully.
Stop printing "New tag:" lines and create the GitHub Releases directly in
publish-fork.ts (alongside the git tags we already push), named after what was
actually published. Best-effort so re-runs don't fail.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 480483e commit fc4949e
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments