Tag nightlies after a successful build (#871)

* Tag nightlies after a successful build

* Tweaks and fixes after code review
This commit is contained in:
Stefan Ceriu
2023-05-11 13:34:37 +03:00
committed by GitHub
parent cbf68eccf6
commit c6d4a7244a
3 changed files with 50 additions and 8 deletions

View File

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