Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #11 from klausbayrhammer/feature/10-gulp-callback-…
Browse files Browse the repository at this point in the history
…after-tag

#10 Gulp callback fired too early
  • Loading branch information
ikari-pl committed Aug 15, 2015
2 parents cd67aee + 5414bca commit 84ac836
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ module.exports = function(opts) {
var tag = opts.prefix+version
var label = opts.label.replace('%t', tag)
gutil.log('Tagging as: '+gutil.colors.cyan(tag))
git.tag(tag, label, opts)
cb(null, file)
git.tag(tag, label, opts, cb)
}

return map(modifyContents)
Expand Down

0 comments on commit 84ac836

Please sign in to comment.