From 8fc01b7e4e7cb3cf4dd8134f7a7e46ce1861a4ff Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Tue, 25 Oct 2022 15:09:11 +0300 Subject: [PATCH] Remove `prepare_next_release` step from release flows as we need to configure an upstream and a custom user to commit back to git --- ci_scripts/ci_post_xcodebuild.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci_scripts/ci_post_xcodebuild.sh b/ci_scripts/ci_post_xcodebuild.sh index 65cb2187d..0ce4f71bd 100755 --- a/ci_scripts/ci_post_xcodebuild.sh +++ b/ci_scripts/ci_post_xcodebuild.sh @@ -8,7 +8,6 @@ if [ "$CI_WORKFLOW" = "Release" ]; then install_python_dependencies bundle exec fastlane release_to_github - bundle exec fastlane prepare_next_release fi # Upload dsyms no matter the workflow