From d69ff9fd9c7f4c78da0271f68927eb9aa279bdb3 Mon Sep 17 00:00:00 2001 From: Shivam Goyal Date: Sat, 12 Oct 2024 12:16:52 +0530 Subject: [PATCH] NTP-1234 | Update JIRA Tickets (#13056) --- .github/workflows/branch_cut.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/branch_cut.yml b/.github/workflows/branch_cut.yml index 8757b295fa..36c6a4446e 100644 --- a/.github/workflows/branch_cut.yml +++ b/.github/workflows/branch_cut.yml @@ -46,6 +46,6 @@ jobs: sed -i 's/def VERSION_NAME = "[0-9].*"/def VERSION_NAME = "${{ inputs.version_name }}"/g' app/build.gradle sed -i 's/def VERSION_CODE = [0-9].*/def VERSION_CODE = ${{ inputs.version_code }}/g' app/build.gradle - name: Commit Version Changes - run: git commit app/build.gradle -m "TP-52887 | Bump Project Version to ${{ inputs.version_name }} (${{ inputs.version_code }})" + run: git commit app/build.gradle -m "NTP-7561 | Bump Project Version to ${{ inputs.version_name }} (${{ inputs.version_code }})" - name: Push release-${{ inputs.version_name }} Branch run: git push -u origin release-${{ inputs.version_name }}