From d764e6d95cae5a70dffb3b3a2ca2d9d9f8b2a0e5 Mon Sep 17 00:00:00 2001
From: Karthik Shetty <karthik.shetty@niveussolutions.com>
Date: Wed, 7 Feb 2024 05:01:05 +0000
Subject: [PATCH] Update Fastfile

---
 fastlane/Fastfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fastlane/Fastfile b/fastlane/Fastfile
index 48a2ca4..9c751cf 100644
--- a/fastlane/Fastfile
+++ b/fastlane/Fastfile
@@ -47,7 +47,7 @@ platform :android do
   end
 
   desc "Deploy a new version to the Google Play - Alpha"
-    lane :deployToplay do
+    lane :deployToPlaystoreAlpha do
       gradle(task: "bundleRelease")
       upload_to_google_play(
        track: "alpha",
-- 
GitLab