diff --git a/.scripts/release.js b/.scripts/release.js index a67c752492..f15c429a47 100644 --- a/.scripts/release.js +++ b/.scripts/release.js @@ -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',