Skip to content

Commit

Permalink
chore: updated ci and fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirDimitraki committed Dec 17, 2024
1 parent 0c4042a commit b8a3e0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/testflight_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- develop
- fix/auto-publish-sandbox-testflight-bugfix
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b8a3e0e

Please sign in to comment.