Skip to content

Commit

Permalink
chore(scripts): update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed Jul 10, 2019
1 parent 03c1d19 commit e33bfc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scripts/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function publishGit(tasks, version, changelog) {
},
{
title: 'Push tags to remove',
task: () => execa('git', ['push', '--tags'], { cwd: common.rootDir })
task: () => execa('git', ['push', 'tag'], { cwd: common.rootDir })
},
{
title: 'Publish Github release',
Expand Down

0 comments on commit e33bfc7

Please sign in to comment.