We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3b1bac + d79c832 commit 40898d8Copy full SHA for 40898d8
2 files changed
.github/workflows/release.yml
@@ -6,7 +6,7 @@ on:
6
- "Release-*"
7
8
jobs:
9
- testflight:
+ release:
10
11
runs-on: macos-latest
12
AIProject/fastlane/Fastfile
@@ -21,7 +21,14 @@ platform :ios do
21
lock_when_sleeps: false
22
)
23
24
- increment_build_number
+ latest = latest_testflight_build_number(
25
+ app_identifier: "com.est.ico",
26
+ version: version
27
+ )
28
+
29
+ increment_build_number(
30
+ build_number: latest + 1
31
32
33
match(
34
type: "appstore",
@@ -76,7 +83,7 @@ platform :ios do
76
83
77
84
78
85
79
86
+ increment_build_number
80
87
81
88
82
89
0 commit comments