Beam/ci_scripts/ci_post_xcodebuild.sh
Stefan Ceriu 8de0c008db
Fixed XcodeCloud release workflows (#268)
* Export python 3.9 path and fix towncrier
* Fix Xcode Cloud git setup
2022-10-26 18:06:02 +03:00

15 lines
333 B
Bash
Executable File

#!/bin/sh
source ci_common.sh
setup_environment
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
bundle exec fastlane upload_dsyms_to_sentry dsym_path:"$CI_ARCHIVE_PATH/dSYMs"