Skip to content

Commit

Permalink
Remove prepare_next_release step from release flows as we need to c…
Browse files Browse the repository at this point in the history
…onfigure an upstream and a custom user to commit back to git
  • Loading branch information
stefanceriu committed Oct 25, 2022
1 parent 50ddecb commit 8ad7703
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci_scripts/ci_post_xcodebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ad7703

Please sign in to comment.