Skip to content

Commit

Permalink
Revert "fix(cli): change client call for updated github version"
Browse files Browse the repository at this point in the history
This reverts commit c06e756.
  • Loading branch information
hutson committed May 29, 2017
1 parent dcb311b commit 5ba4fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function conventionalGithubReleaser(auth, changelogOpts, context, gitRawCommitsO

var draft = changelogOpts.draft || false;

var promise = Q.nfcall(github.repos.createRelease, {
var promise = Q.nfcall(github.releases.createRelease, {
// jscs:disable
owner: context.owner,
repo: context.repository,
Expand Down

0 comments on commit 5ba4fec

Please sign in to comment.