hook config for pecl/zend extensions
[pharext/pharext.org] / app / Github / API / Releases / CreateRelease.php
index 5942f0ce1ea0ab4d2c5f31670ab6516a8abde45f..68854f7697d8c730f4060165c2dad2ba9fda2e86 100644 (file)
@@ -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()))) {