Skip to content

Commit

Permalink
#508: Use name variable for Githubrelease name
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Feb 3, 2017
2 parents 4c322ed + 36e3a49 commit f463213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Task/Development/GitHubRelease.php
Expand Up @@ -190,7 +190,7 @@ public function run()
[
"tag_name" => $this->tag,
"target_commitish" => $this->comittish,
"name" => $this->tag,
"name" => $this->name,
"body" => $this->getBody(),
"draft" => $this->draft,
"prerelease" => $this->prerelease
Expand Down

0 comments on commit f463213

Please sign in to comment.