From d3640cba938a097e162476379886ff2218668bf9 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 +- .github/workflows/pr_agent.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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: diff --git a/.github/workflows/pr_agent.yml b/.github/workflows/pr_agent.yml index 4bf3160..72f049f 100644 --- a/.github/workflows/pr_agent.yml +++ b/.github/workflows/pr_agent.yml @@ -1,4 +1,4 @@ -name: CodiumAI PR-Agent +name: AI Pr Review on: pull_request: @@ -7,6 +7,7 @@ on: jobs: pr_agent_job: + name: Review Pr if: ${{ github.event.sender.type != 'Bot' }} runs-on: ubuntu-latest permissions: