chore(scripts): update release script

This commit is contained in:
Brandy Carney
2019-07-10 11:02:26 -04:00
parent 03c1d19e07
commit e33bfc7f1d

View File

@@ -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',