fix(ci): remove bun install from release workflow#32
Conversation
The mill-bun-plugin handles npm dependency installation via bunInstall task — no package.json exists at the repo root anymore. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Code ReviewSummary: This is a targeted, correct fix. The removal of the Observations
Minor NoteThe PR description mentions needing to delete and re-push the VerdictApproved. The change is correct, minimal, and well-motivated. No concerns with code quality, security, or test coverage — the fix is purely CI configuration. Generated with Claude Code |
The mill-bun-plugin migration removed
package.json, but the release workflow still hadbun installwhich fails without it. This caused the v0.5.0 release to fail.After merging, we'll need to delete and re-push the
v0.5.0tag to re-trigger the release.🤖 Generated with Claude Code