X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=app%2FGithub%2FAPI%2FReleases%2FCreateRelease.php;h=5942f0ce1ea0ab4d2c5f31670ab6516a8abde45f;hb=36cfa28cf2dcee3422f0231f91c6692eb28e7824;hp=21f849f6d6d298f656370c13bba94dd02c4a189f;hpb=07b87ac26f62bc3c069bb16983fe7500272e19b4;p=pharext%2Fpharext.org diff --git a/app/Github/API/Releases/CreateRelease.php b/app/Github/API/Releases/CreateRelease.php index 21f849f..5942f0c 100644 --- a/app/Github/API/Releases/CreateRelease.php +++ b/app/Github/API/Releases/CreateRelease.php @@ -22,6 +22,7 @@ class CreateRelease extends Call if ($response->getResponseCode() >= 400 || null === ($json = json_decode($response->getBody()))) { throw new RequestException($response); } + $this->result = [$json]; $callback($json); return true; });