Skip to content

Commit

Permalink
🐛 fix script push issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ptavares committed Dec 10, 2023
1 parent da78dea commit 5f28712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,6 @@ git commit -m ":bookmark: Bump version to $newVersion"
git tag -a $newVersion -m ":bookmark: Version $newVersion"

# Push changes to the remote repository
git push origin master --tags
git push origin main --tags

Write-Output "ModuleVersion updated to $newVersion. Changes committed, tagged, and pushed."

0 comments on commit 5f28712

Please sign in to comment.