diff --git a/src/console/GithubController.php b/src/console/GithubController.php index 4154d82..bb423f1 100644 --- a/src/console/GithubController.php +++ b/src/console/GithubController.php @@ -51,7 +51,7 @@ public function actionExists($repo = null) * Creates github release for current project repo. * @param string $release version number */ - public function releaseRepo($release = null) + public function actionRelease($release = null) { return $this->getComponent()->releaseRepo($repo); }