mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 23:18:27 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user