Skip to content

Commit

Permalink
style: add EOF line for script
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Apr 15, 2022
1 parent 18bd242 commit eba5e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/post-tag.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
git tag "$latestTag" $latestCommit

0 comments on commit eba5e71

Please sign in to comment.