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