Remove prepare_next_release step from release flows as we need to configure an upstream and a custom user to commit back to git

This commit is contained in:
Stefan Ceriu 2022-10-25 15:09:11 +03:00
parent 50ddecbe3a
commit 8ad77036fc

View File

@ -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