diff --git a/scripts/TagRepos.ps1 b/scripts/TagRepos.ps1 index bd21163c6e..2bb595027c 100755 --- a/scripts/TagRepos.ps1 +++ b/scripts/TagRepos.ps1 @@ -46,7 +46,7 @@ Get-Submodules $RepoRoot -Shipping | % { if ($WhatIfPreference) { $gitPushArgs += '--dry-run' } - Invoke-Block { & git push --dry-run @gitPushArgs origin "refs/tags/${tag}" } + Invoke-Block { & git push @gitPushArgs origin "refs/tags/${tag}" } } if ($WhatIfPreference) {