Skip to content

Commit

Permalink
Updated to push to master after tagging.
Browse files Browse the repository at this point in the history
  • Loading branch information
DJGosnell committed Nov 15, 2023
1 parent cff9118 commit d4a7892
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DtronixCommon/tag_release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ if ($confirmation -eq 'y') {
$confirmation = Read-Host "Push new tag to origin? (y/n):"
if ($confirmation -eq 'y') {
git push origin $tag
git push origin
}

0 comments on commit d4a7892

Please sign in to comment.