diff --git a/.changeset/perfect-grapes-lay.md b/.changeset/perfect-grapes-lay.md new file mode 100644 index 0000000000..a845151cc8 --- /dev/null +++ b/.changeset/perfect-grapes-lay.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/packages/cli/src/commands/pipeline-deploy/pipeline_deploy_command.ts b/packages/cli/src/commands/pipeline-deploy/pipeline_deploy_command.ts index b52e73b60b..413b94f54c 100644 --- a/packages/cli/src/commands/pipeline-deploy/pipeline_deploy_command.ts +++ b/packages/cli/src/commands/pipeline-deploy/pipeline_deploy_command.ts @@ -127,6 +127,7 @@ export class PipelineDeployCommand resolution: '--branch and --app-id must be at least 1 character', }); } + return true; }); }; }