From 09b42878163c8dd8add468f0651d5236c28d7b69 Mon Sep 17 00:00:00 2001 From: dhruvparekh12 Date: Wed, 18 Feb 2026 13:16:33 +0530 Subject: [PATCH] Use main branch for github action instead of prod-qa-pipeline --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 972201e..beb442d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,7 @@ jobs: - uses: actions/checkout@v4 if: ${{ steps.release-plugin.conclusion == 'success' }} with: - ref: 'prod-qa-pipeline' + ref: 'main' - uses: EndBug/add-and-commit@v9 if: ${{ steps.release-plugin.conclusion == 'success' }} with: