Skip to content

Commit

Permalink
Fixed github/release action
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Oct 27, 2018
1 parent 45e9195 commit 1862305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/console/GithubController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 1862305

Please sign in to comment.