Add step to set release branch upstream

This commit is contained in:
Nuno Campos
2023-04-07 22:45:09 +01:00
parent 75c45d6d53
commit 85c100322d
+1
View File
@@ -2,4 +2,5 @@
if [[ $(git branch --show-current) == "main" ]]; then
git checkout -B release
git push -u origin release
fi