From bca0a8b96eb587683e54a74350c0a0a79ec91e46 Mon Sep 17 00:00:00 2001 From: Justin Kumpe Date: Fri, 22 Dec 2023 22:00:36 -0600 Subject: [PATCH] #TestFlight #alpha --- .github/workflows/xcode_tests.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/xcode_tests.yml b/.github/workflows/xcode_tests.yml index af52c14..1fbd7c1 100644 --- a/.github/workflows/xcode_tests.yml +++ b/.github/workflows/xcode_tests.yml @@ -38,9 +38,6 @@ jobs: - name: Bundle dependencies run: bundle install - - - name: Fix Git - run: git config --global --add url."git@github.com:".insteadOf "https://github.com/" - name: CocoaPods dependencies env: @@ -52,6 +49,9 @@ jobs: unsplash_accesskey: ${{ secrets.UNSPLASH_ACCESSKEY }} unsplash_secretkey: ${{ secrets.UNSPLASH_SECRETKEY }} run: bundle exec pod check || bundle exec pod install + + - name: Fix Git + run: git config --global --add url."git@github.com:".insteadOf "https://github.com/" - name: Fastlane Match env: @@ -110,9 +110,6 @@ jobs: - name: Bundle dependencies run: bundle install - - - name: Fix Git - run: git config --global --add url."git@github.com:".insteadOf "https://github.com/" - name: CocoaPods dependencies env: @@ -124,6 +121,9 @@ jobs: unsplash_accesskey: ${{ secrets.UNSPLASH_ACCESSKEY }} unsplash_secretkey: ${{ secrets.UNSPLASH_SECRETKEY }} run: bundle exec pod check || bundle exec pod install + + - name: Fix Git + run: git config --global --add url."git@github.com:".insteadOf "https://github.com/" - name: Fastlane Match env: