From e9192698e987e40e984e6b1e58f4a269054a1e77 Mon Sep 17 00:00:00 2001 From: Florian Gabach Date: Fri, 22 Nov 2019 17:46:47 +0100 Subject: [PATCH] Fix lane's name --- .github/workflows/swift.yml | 2 +- fastlane/Fastfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index e64d5ae..056f5be 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -15,4 +15,4 @@ jobs: - name: Fastlane Action uses: maierj/fastlane-action@v1.0.0 with: - lane: scan + lane: scan_project diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 9559a25..380275f 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -19,7 +19,7 @@ platform :ios do end desc "Scan the project" - lane :scan do + lane :scan_project do scan(scheme: "OpenSourceController-iOS") end