diff --git a/scripts/post-tag.ps1 b/scripts/post-tag.ps1 index 475e4910..6e29e13f 100644 --- a/scripts/post-tag.ps1 +++ b/scripts/post-tag.ps1 @@ -8,4 +8,4 @@ git commit --amend --no-edit --no-verify $latestCommit = $(git rev-list HEAD | head -1) git tag -d $latestTag -git tag "$latestTag" $latestCommit \ No newline at end of file +git tag "$latestTag" $latestCommit