This commit is contained in:
Liam DeBeasi
2019-07-26 11:35:34 -04:00
parent 962783bfba
commit 27a68b3f7f
5 changed files with 14 additions and 5 deletions

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', '--follow-tags'], { cwd: common.rootDir })
},
{
title: 'Publish Github release',