Skip to content

Commit

Permalink
adding deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
tig committed Nov 7, 2023
1 parent c0c8330 commit bc490be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Deploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ if ($null -eq $Version -or "" -eq $Version) {
git tag $Version
}

# Push the tag to origin using atomic
git push --atomic origin main $Version
# Push the tag to upstream using atomic
git push --atomic upstream main $Version

0 comments on commit bc490be

Please sign in to comment.