From c98352d0f4fbc20edbce576f0406a61ce1ed36dc Mon Sep 17 00:00:00 2001 From: Yogesh Choudhary Paliyal Date: Sat, 3 Jun 2023 14:32:40 +0530 Subject: [PATCH] Update master-apk-create.yml --- .github/workflows/master-apk-create.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/master-apk-create.yml b/.github/workflows/master-apk-create.yml index 46971971..5e36105c 100644 --- a/.github/workflows/master-apk-create.yml +++ b/.github/workflows/master-apk-create.yml @@ -35,15 +35,7 @@ jobs: echo "newVersion=$newVersion" >> "$GITHUB_OUTPUT" env: TYPE: ${{ inputs.type }} - RELEASE_NOTES: ${{ inputs.releaseNote }} - - - name: Git Add and Commit - run: | - git config --global user.name 'Yogesh Choudhary Paliyal' - git config --global user.email 'yogeshpaliyal@users.noreply.github.com' - git add . - git commit -am "Github Actions: App version Bumped to ${{ steps.bump-app-version.outputs.newVersion }}" - + RELEASE_NOTES: ${{ inputs.releaseNote }} - name: Git push tag run: |