fix(ci): failsafe global-create-new-release-branch.yml

This commit is contained in:
brian.mulier
2025-11-04 13:36:06 +01:00
parent 08b20fda68
commit 1a5c79827b

View File

@@ -65,7 +65,7 @@ jobs:
# Create and push release branch
git checkout -b "$PUSH_RELEASE_BRANCH";
git push -u origin "$PUSH_RELEASE_BRANCH";
git push -u origin "$PUSH_RELEASE_BRANCH" || true;
# Run gradle release
git checkout develop;