From b8a3e0e7d70297357cb76ed71a9c79abc6289c03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B8=D0=BC=D0=B8=D1=82=D1=80=D0=B0=D0=BA=D0=B8=20?= =?UTF-8?q?=D0=92=D0=BB=D0=B0=D0=B4=D0=B8=D0=BC=D0=B8=D1=80?= Date: Tue, 17 Dec 2024 16:38:56 +0300 Subject: [PATCH] chore: updated ci and fastfile --- .github/workflows/testflight_build.yml | 1 + fastlane/Fastfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/testflight_build.yml b/.github/workflows/testflight_build.yml index 2c107497..a0c96459 100644 --- a/.github/workflows/testflight_build.yml +++ b/.github/workflows/testflight_build.yml @@ -5,6 +5,7 @@ on: branches: - main - develop + - fix/auto-publish-sandbox-testflight-bugfix workflow_dispatch: jobs: diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 319f20e9..8c451865 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -46,7 +46,7 @@ platform :ios do # Определяем имя сборки в зависимости от ветки branch_name = git_branch - build_name = if branch_name == "develop" + build_name = if branch_name == "fix/auto-publish-sandbox-testflight-bugfix" "SDDSDemo #{version} #{next_build_number} (dev)" else "SDDSDemo"