Skip to content

Commit 84ae76f

Browse files
Update src/content/docs/workers/ci-cd/builds/troubleshoot.mdx
Co-authored-by: ToriLindsay <[email protected]>
1 parent cbac117 commit 84ae76f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/ci-cd/builds/troubleshoot.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This does not apply to [Wrangler Environments](/workers/wrangler/environments/)
2727

2828
For example, a Worker named `my-worker-staging` on the dashboard can be deployed from a repository that contains a wrangler.toml with the arguments `name = my-worker` and `[env.staging]` using the deploy command `npx wrangler deploy --env staging`.
2929

30-
Additionally, on Wrangler versions greater than 3.xx, Workers Builds will automatically override the name to match the Worker it is connected to using the `WRANGLER_CI_OVERRIDE_NAME` environment variable.
30+
On Wrangler v3 and up, Workers Builds automatically matches the name of the connected Worker by overriding it with the `WRANGLER_CI_OVERRIDE_NAME` environment variable.
3131
:::
3232

3333
### Missing wrangler.toml

0 commit comments

Comments
 (0)