diff --git a/fastlane/Fastfile b/fastlane/Fastfile
index 9c751cf1efb34dc871e8830ae01df5d5c93d1925..8fd535036de0971835f9a83325b5b1e2d04d853b 100644
--- a/fastlane/Fastfile
+++ b/fastlane/Fastfile
@@ -49,7 +49,7 @@ platform :android do
   desc "Deploy a new version to the Google Play - Alpha"
     lane :deployToPlaystoreAlpha do
       gradle(task: "bundleRelease")
-      upload_to_google_play(
+      upload_to_play_store(
        track: "alpha",
       json_key: "/home/karthik_shetty_niveussolutions_c/prj-common-services-01-0c9b948542c2.json",
       package_name: "com.kp.testapp",