From 199ed8658c8fee1462b5efc438bb3562049e09c3 Mon Sep 17 00:00:00 2001 From: KangKang <165460077+kanghun1121@users.noreply.github.com> Date: Sat, 18 Oct 2025 22:15:39 +0900 Subject: [PATCH] Update testflight.yml --- .github/workflows/testflight.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/testflight.yml b/.github/workflows/testflight.yml index e84b7617..a01b21a2 100644 --- a/.github/workflows/testflight.yml +++ b/.github/workflows/testflight.yml @@ -32,12 +32,6 @@ jobs: run: | mv temp/XCConfig/Secrets.xcconfig AIProject/iCo/App/Resource/ mv temp/GoogleServices/GoogleService-Info.plist AIProject/iCo/App/Resource/ - - - uses: actions/checkout@v4 - - name: Build - run: fastlane testflight - env: - GIT_TOKEN: ${{ secrets.GIT_TOKEN }} - name: install fastlane run: brew install fastlane