1 parent 21cf83b commit 8696137Copy full SHA for 8696137
2 files changed
.github/workflows/testflight.yml
@@ -10,7 +10,7 @@ permissions:
10
contents: read
11
12
jobs:
13
- beta:
+ testflight:
14
runs-on: macos-latest
15
timeout-minutes: 45
16
env:
@@ -45,4 +45,4 @@ jobs:
45
printf '%s' "$ASC_KEY_CONTENT" | base64 -D > "$ASC_KEY_PATH"
46
47
- name: Upload to TestFlight
48
- run: bundle exec fastlane beta
+ run: bundle exec fastlane testflight
fastlane/Fastfile
@@ -37,7 +37,7 @@ platform :ios do
37
next api_key
38
end
39
40
- lane :beta do
+ lane :testflight do
41
api_key = build_for_store
42
43
upload_to_testflight(
0 commit comments