Skip to content

Commit

Permalink
Revert "chore(scripts): update release script"
Browse files Browse the repository at this point in the history
This reverts commit e33bfc7.
  • Loading branch information
brandyscarney committed Jul 10, 2019
1 parent 0b0dddf commit 1f40d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scripts/release.js
Expand Up @@ -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',
Expand Down

0 comments on commit 1f40d8f

Please sign in to comment.