Commit 7d7027d
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
(@jrolfs/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 5b3774e commit 7d7027d
1 file changed
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | 92 | | |
94 | 93 | | |
95 | 94 | | |
96 | 95 | | |
97 | 96 | | |
98 | | - | |
99 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
100 | 103 | | |
101 | 104 | | |
102 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
103 | 109 | | |
0 commit comments