Skip to content

Commit

Permalink
fix pipeline-deploy check (#2304)
Browse files Browse the repository at this point in the history
* fix pipeline-deploy check

* update changeset
  • Loading branch information
rtpascual authored Dec 6, 2024
1 parent 7c5abe2 commit ecf89fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .changeset/perfect-grapes-lay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ export class PipelineDeployCommand
resolution: '--branch and --app-id must be at least 1 character',
});
}
return true;
});
};
}

0 comments on commit ecf89fa

Please sign in to comment.