buildRelease.sh: Pass a git_tag parameter to fastlane

because fastlane `git_branch` method can fail.

It fails when using ./buildRelease.sh with a tag.
This commit is contained in:
manuroe
2020-09-08 17:39:51 +02:00
parent b3693ee969
commit ca907e9ecb
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ cd $REPO_NAME
bundle exec fastlane point_dependencies_to_same_feature
# Build
bundle exec fastlane app_store build_number:$BUILD_NUMBER
bundle exec fastlane app_store build_number:$BUILD_NUMBER git_tag:$TAG
if [ -e out/Riot.ipa ]; then
# Here is the artefact