diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b15677c8..f3d3850a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: - "Release-*" jobs: - testflight: + release: runs-on: macos-latest diff --git a/AIProject/fastlane/Fastfile b/AIProject/fastlane/Fastfile index aa6ecea8..55f989b1 100644 --- a/AIProject/fastlane/Fastfile +++ b/AIProject/fastlane/Fastfile @@ -21,7 +21,14 @@ platform :ios do lock_when_sleeps: false ) - increment_build_number + latest = latest_testflight_build_number( + app_identifier: "com.est.ico", + version: version + ) + + increment_build_number( + build_number: latest + 1 + ) match( type: "appstore", @@ -76,7 +83,7 @@ platform :ios do lock_when_sleeps: false ) - increment_build_number + increment_build_number match( type: "appstore",