Skip to content

Commit

Permalink
fix(grizzly) releases -> repos
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jun 7, 2016
1 parent cb8dc3b commit f4f4e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
token: token
});

github.releases.createRelease({
github.repos.createRelease({
owner : options.owner,
repo : options.repo,
tag_name : options.tag_name,
Expand Down

0 comments on commit f4f4e89

Please sign in to comment.