From f73676bae0378fb2f083d61abef12a58dfe86d45 Mon Sep 17 00:00:00 2001 From: Sk Niyaj Ali Date: Sat, 7 Sep 2024 05:19:10 +0530 Subject: [PATCH] Update release_to_production.yml --- .github/workflows/release_to_production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_to_production.yml b/.github/workflows/release_to_production.yml index 347ccc4ba..3592488fd 100644 --- a/.github/workflows/release_to_production.yml +++ b/.github/workflows/release_to_production.yml @@ -28,4 +28,4 @@ jobs: playstore-creds: ${{ secrets.PLAYSTORECREDS }} - name: Promote Beta to Production Play Store - run: bundle exec fastlane promote_to_production + run: bundle exec fastlane android promote_to_production