Skip to content

Commit

Permalink
Merge branch 'caribou' into node-8-only
Browse files Browse the repository at this point in the history
  • Loading branch information
boennemann committed Aug 17, 2017
2 parents 84cb1ea + 0c79a9b commit 5d78fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/post.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = function (config, cb) {
var tag = {
owner: ghRepo[0],
repo: ghRepo[1],
ref: 'refs/heads/v' + pkg.version,
ref: 'refs/tags/v' + pkg.version,
sha: hash
}
var release = {
Expand Down

0 comments on commit 5d78fe3

Please sign in to comment.