Skip to content

Commit

Permalink
chore(github): project name github release
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonornela committed Jan 12, 2017
1 parent 7836a0d commit a9a81d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/git-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ github.authenticate({

github.releases.createRelease({
owner: 'ramonornela',
repo: 'url-resolver',
repo: packageJSON.name.split('/')[1],
target_commitish: 'master',
tag_name: 'v' + packageJSON.version,
name: packageJSON.version,
Expand Down

0 comments on commit a9a81d1

Please sign in to comment.