Commit ee98326
fix(release): install the workspace on the release runner so the automation runtime ships (#98)
Every release tarball since the automation runtime landed has shipped without
sdk/, automate/ and analyze/: build-release.sh stages them only when it can
run `pnpm ... build`, and the release job never installed pnpm or the
workspace, so the stage skipped with a one-line note nobody read. v3.9.13 and
v3.10.0 both have zero sdk/ entries, which is why `tron mcp`, `tron analyze`,
`tron run` and now `tron automate` all answered "This TronBrowser build lacks
... Run: tron upgrade" on a fresh install.
- release.yml: corepack + `pnpm install --frozen-lockfile --filter
@tronbrowser/sdk...` before packaging on linux/macos, and a step that fails
the job when the archive has no sdk/automate-bin.js.
- build-release.sh: keep the staging build log and print its tail on failure.
- services/api mcp/tron: the GET health reply reports the caller's scheme
(x-forwarded-proto) instead of http:// behind Railway's TLS edge.
Claude-Session: https://claude.ai/code/session_018WGZpo8on6XLGYnccXV3dP
Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>1 parent 611d8e4 commit ee98326
3 files changed
Lines changed: 30 additions & 3 deletions
File tree
- .github/workflows
- apps/desktop/scripts
- services/api/src/mcp
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
60 | 72 | | |
61 | 73 | | |
62 | 74 | | |
63 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
64 | 83 | | |
65 | 84 | | |
66 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
46 | 51 | | |
47 | 52 | | |
48 | 53 | | |
| |||
52 | 57 | | |
53 | 58 | | |
54 | 59 | | |
55 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
56 | 63 | | |
57 | 64 | | |
58 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
| 173 | + | |
173 | 174 | | |
174 | 175 | | |
175 | 176 | | |
| |||
0 commit comments