Skip to content

Commit 1862305

Browse files
committed
Fixed github/release action
1 parent 45e9195 commit 1862305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/console/GithubController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function actionExists($repo = null)
5151
* Creates github release for current project repo.
5252
* @param string $release version number
5353
*/
54-
public function releaseRepo($release = null)
54+
public function actionRelease($release = null)
5555
{
5656
return $this->getComponent()->releaseRepo($repo);
5757
}

0 commit comments

Comments
 (0)