Skip to content

Commit c14e029

Browse files
Update packages/cli-v3/src/commands/workers/build.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 9eac17e commit c14e029

File tree

1 file changed

+1
-1
lines changed
  • packages/cli-v3/src/commands/workers

1 file changed

+1
-1
lines changed

packages/cli-v3/src/commands/workers/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ async function _workerBuildCommand(dir: string, options: WorkersBuildCommandOpti
190190
apiUrl: authorization.auth.apiUrl,
191191
projectRef: resolvedConfig.project,
192192
env: options.env,
193-
branch: options.branch,
193+
branch,
194194
profile: options.profile,
195195
});
196196

0 commit comments

Comments
 (0)