From 8f31996328ed25310f65378006f4b38ed714c843 Mon Sep 17 00:00:00 2001 From: Vipin Date: Sat, 12 Jul 2025 14:10:12 +0530 Subject: [PATCH] fix release pipeline --- .github/workflows/deploy-to-play-store.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-play-store.yml b/.github/workflows/deploy-to-play-store.yml index 1a762a4..f30203e 100644 --- a/.github/workflows/deploy-to-play-store.yml +++ b/.github/workflows/deploy-to-play-store.yml @@ -57,7 +57,7 @@ jobs: with: serviceAccountJsonPlainText: ${{ secrets.PLAY_STORE_SERVICE_ACCOUNT_KEY }} packageName: com.vicky7230.tasker2 # <<-- IMPORTANT: Replace with your actual app's package name - releaseFiles: app/build/outputs/bundle/release/app-release.aab # <<-- IMPORTANT: Verify this path for your AAB + releaseFiles: app/build/outputs/bundle/release/app-prod-release.aab # <<-- IMPORTANT: Verify this path for your AAB track: production # Options: 'production', 'beta', 'alpha', 'internal', 'internalsharing' status: completed # Options: 'completed', 'draft', 'inProgress', 'halted' # Optional parameters: