Skip to content

Commit 8696137

Browse files
committed
style: 정확하게 테플이라는 이름 명시
1 parent 21cf83b commit 8696137

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/testflight.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
contents: read
1111

1212
jobs:
13-
beta:
13+
testflight:
1414
runs-on: macos-latest
1515
timeout-minutes: 45
1616
env:
@@ -45,4 +45,4 @@ jobs:
4545
printf '%s' "$ASC_KEY_CONTENT" | base64 -D > "$ASC_KEY_PATH"
4646
4747
- name: Upload to TestFlight
48-
run: bundle exec fastlane beta
48+
run: bundle exec fastlane testflight

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ platform :ios do
3737
next api_key
3838
end
3939

40-
lane :beta do
40+
lane :testflight do
4141
api_key = build_for_store
4242

4343
upload_to_testflight(

0 commit comments

Comments
 (0)