Skip to content

Commit

Permalink
install dependencies for circleci when doing github release
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Jul 10, 2019
1 parent 22852a3 commit 535c749
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blt/src/Commands/CircleCiCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class CircleCiCommand extends BltTasks {
* @command circleci:github:release
*/
public function jobGithubRelease() {
$this->installDependencies()->run();

$last_version = $this->getLastVersion();
// Increment the last version by 1.
Expand Down

0 comments on commit 535c749

Please sign in to comment.