automated PR

This commit is contained in:
Yogesh Choudhary Paliyal
2023-04-30 23:39:51 +05:30
committed by GitHub
parent 0a54dce537
commit 61e1b0eb31

View File

@@ -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