Tag nightlies after a successful build (#871)
* Tag nightlies after a successful build * Tweaks and fixes after code review
This commit is contained in:
@@ -9,6 +9,8 @@ if [ "$CI_WORKFLOW" = "Release" ]; then
|
||||
|
||||
bundle exec fastlane release_to_github
|
||||
bundle exec fastlane prepare_next_release
|
||||
elif [ "$CI_WORKFLOW" = "Nightly" ]; then
|
||||
bundle exec fastlane tag_nightly build_number:"$CI_BUILD_NUMBER"
|
||||
fi
|
||||
|
||||
# Upload dsyms no matter the workflow
|
||||
|
||||
Reference in New Issue
Block a user