Revert "chore(scripts): update release script"

This reverts commit e33bfc7f1d31606a951ddfff2d0bb92fb137b5e6.
This commit is contained in:
Brandy Carney
2019-07-10 13:19:52 -04:00
parent 0b0dddf8ec
commit 1f40d8fffd

View File

@ -54,7 +54,7 @@ function publishGit(tasks, version, changelog) {
},
{
title: 'Push tags to remove',
task: () => execa('git', ['push', 'tag'], { cwd: common.rootDir })
task: () => execa('git', ['push', '--tags'], { cwd: common.rootDir })
},
{
title: 'Publish Github release',