We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a15569 commit d6b68caCopy full SHA for d6b68ca
1 file changed
src/gitutils/_git-release-prod.sh
@@ -67,7 +67,7 @@ if bump-changelog -f $GBV -b -m; then
67
zz_log e "Cannot commit version & CHANGELOG"
68
exit 1
69
else
70
- git push origin $flow/$name
+ git push --set-upstream $(git remote) $flow/$name
71
zz_log s "Version & CHANGELOG committed and pushed"
72
fi
73
0 commit comments