diff --git a/.github/workflows/branch-cut.yml b/.github/workflows/branch-cut.yml index 8ace725..1003cc4 100644 --- a/.github/workflows/branch-cut.yml +++ b/.github/workflows/branch-cut.yml @@ -36,6 +36,6 @@ jobs: - name: Update Version (${{ inputs.version }}) run: sed -i 's/def VERSION = "[0-9].*"/def VERSION = "${{ inputs.version }}"/g' navi-alfred/build.gradle - name: Commit Version Changes - run: git commit navi-alfred/build.gradle -m "TP-52887 | Bump Project Version to ${{ inputs.version }}" + run: git commit navi-alfred/build.gradle -m "NTP-7561 | Bump Project Version to ${{ inputs.version }}" - name: Push release-${{ inputs.version }} Branch run: git push -u origin release-${{ inputs.version }}