X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=app%2FGithub%2FAPI%2FReleases%2FCreateRelease.php;h=68854f7697d8c730f4060165c2dad2ba9fda2e86;hb=d4a4eae6b299ec3c066a4b8b68e048ddf69e0268;hp=5942f0ce1ea0ab4d2c5f31670ab6516a8abde45f;hpb=15de85bf59fbf8f3fa9b94bddba91ccc68b701b8;p=pharext%2Fpharext.org diff --git a/app/Github/API/Releases/CreateRelease.php b/app/Github/API/Releases/CreateRelease.php index 5942f0c..68854f7 100644 --- a/app/Github/API/Releases/CreateRelease.php +++ b/app/Github/API/Releases/CreateRelease.php @@ -16,7 +16,7 @@ class CreateRelease extends Call "Content-Type" => "application/json", ]); $request->getBody()->append(json_encode([ - "tag_name" => $this->args["tag"] + "tag_name" => $this->args["tag"], ])); $this->api->getClient()->enqueue($request, function($response) use($callback) { if ($response->getResponseCode() >= 400 || null === ($json = json_decode($response->getBody()))) {