Skip to content

Fix release workflow: changeset version retry command quoting#1342

Merged
RhysSullivan merged 1 commit into
mainfrom
fix/release-version-cmd-quoting
Jul 7, 2026
Merged

Fix release workflow: changeset version retry command quoting#1342
RhysSullivan merged 1 commit into
mainfrom
fix/release-version-cmd-quoting

Conversation

@RhysSullivan

Copy link
Copy Markdown
Collaborator

The release run on main fails at the changesets step: the action splits the version command itself rather than passing it to a shell, so the inline bash -c '...' retry wrapper from #1294 gets split at its quotes and bash exits with "unexpected EOF". Moves the wrapper into a script file and points the action at it. Blocks the 1.5.29 release.

changesets/action splits the version command itself instead of running it
through a shell, so the inline bash -c one-liner added in #1294 broke at
its quotes and failed every release run with 'unexpected EOF while looking
for matching quote'. Same retry behavior, now in scripts/changeset-version-with-retry.sh.
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 7, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
executor-cloud 5817a50 Jul 07 2026, 01:49 AM

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 7, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
executor-marketing 5817a50 Commit Preview URL

Branch Preview URL
Jul 07 2026, 01:48 AM

@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Cloudflare preview

Torn down — the PR is closed.

@pkg-pr-new

pkg-pr-new Bot commented Jul 7, 2026

Copy link
Copy Markdown

Open in StackBlitz

@executor-js/cli

npm i https://pkg.pr.new/@executor-js/cli@1342

@executor-js/config

npm i https://pkg.pr.new/@executor-js/config@1342

@executor-js/execution

npm i https://pkg.pr.new/@executor-js/execution@1342

@executor-js/sdk

npm i https://pkg.pr.new/@executor-js/sdk@1342

@executor-js/codemode-core

npm i https://pkg.pr.new/@executor-js/codemode-core@1342

@executor-js/runtime-quickjs

npm i https://pkg.pr.new/@executor-js/runtime-quickjs@1342

@executor-js/plugin-file-secrets

npm i https://pkg.pr.new/@executor-js/plugin-file-secrets@1342

@executor-js/plugin-graphql

npm i https://pkg.pr.new/@executor-js/plugin-graphql@1342

@executor-js/plugin-keychain

npm i https://pkg.pr.new/@executor-js/plugin-keychain@1342

@executor-js/plugin-mcp

npm i https://pkg.pr.new/@executor-js/plugin-mcp@1342

@executor-js/plugin-onepassword

npm i https://pkg.pr.new/@executor-js/plugin-onepassword@1342

@executor-js/plugin-openapi

npm i https://pkg.pr.new/@executor-js/plugin-openapi@1342

executor

npm i https://pkg.pr.new/executor@1342

commit: 5817a50

@RhysSullivan RhysSullivan merged commit 1d5900b into main Jul 7, 2026
21 checks passed
@RhysSullivan RhysSullivan deleted the fix/release-version-cmd-quoting branch July 7, 2026 02:15
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