yet another github api refactoring
[pharext/pharext.org] / app / Github / API / Releases / CreateRelease.php
index 21f849f6d6d298f656370c13bba94dd02c4a189f..5942f0ce1ea0ab4d2c5f31670ab6516a8abde45f 100644 (file)
@@ -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;
                });