Skip to content

Commit 5f28712

Browse files
committed
🐛 fix script push issue
1 parent da78dea commit 5f28712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make-release.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,6 @@ git commit -m ":bookmark: Bump version to $newVersion"
110110
git tag -a $newVersion -m ":bookmark: Version $newVersion"
111111

112112
# Push changes to the remote repository
113-
git push origin master --tags
113+
git push origin main --tags
114114

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

0 commit comments

Comments
 (0)