Skip to content

fix: remove --frozen-lockfile from release workflow#59

Merged
MatthewYe merged 1 commit into
mainfrom
fix/release-workflow-lockfile
Jun 22, 2026
Merged

fix: remove --frozen-lockfile from release workflow#59
MatthewYe merged 1 commit into
mainfrom
fix/release-workflow-lockfile

Conversation

@MatthewYe

Copy link
Copy Markdown
Owner

The release workflow fails because bun install --frozen-lockfile rejects installation when bun.lock has drifted from package.json. This is expected in a monorepo workspace. The release workflow only needs to build and push release-codex; lockfile validation belongs in the ci.yml check job.

@MatthewYe MatthewYe merged commit 7ab2839 into main Jun 22, 2026
1 check passed
@MatthewYe MatthewYe deleted the fix/release-workflow-lockfile branch June 22, 2026 03:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant