diff --git a/.github/workflows/version-bump.yaml b/.github/workflows/version-bump.yaml index 9e05f183..3a0a42bb 100644 --- a/.github/workflows/version-bump.yaml +++ b/.github/workflows/version-bump.yaml @@ -33,12 +33,12 @@ jobs: RELEASE_NOTES: ${{ inputs.releaseNote }} - - name: Version Bump - run: | - git config --global user.name 'Yogesh Choudhary Paliyal' - git config --global user.email 'yogeshpaliyal@users.noreply.github.com' - git commit -am "Automated version bump" - git push + # - name: Version Bump + # run: | + # git config --global user.name 'Yogesh Choudhary Paliyal' + # git config --global user.email 'yogeshpaliyal@users.noreply.github.com' + # git commit -am "Automated version bump" + # git push - name: Create Pull Request uses: peter-evans/create-pull-request@v5.0.0