Commit graph

5 commits

Author SHA1 Message Date
Nathan Flurry
f0810b0541 fix: handle already-exists error during crate publish 2026-02-02 19:06:47 -08:00
Nathan Flurry
e0573ebaf5 fix: add cli-shared publishing to release workflow 2026-02-02 18:58:09 -08:00
Nathan Flurry
394945f319
fix: download binaries from R2 before npm publish (#40)
The npm CLI platform packages were being published without binaries
because publishNpmCli() wasn't downloading them from R2 first.

- Add downloadFromReleases() helper to utils.ts
- Update publishNpmCli() to download platform binaries before publish
- Add sdks/cli/platforms/*/bin/ to .gitignore
2026-01-30 00:05:24 -08:00
Nathan Flurry
5930137a85 fix: use --no-verify when publishing crates to skip verification 2026-01-27 21:07:47 -08:00
Nathan Flurry
2a922ef562 chore: copy and adapt rivet release scripts for sandbox-agent 2026-01-27 15:43:19 -08:00