mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-01-07 09:00:04 -06:00
automated PR
This commit is contained in:
committed by
GitHub
parent
0a54dce537
commit
61e1b0eb31
12
.github/workflows/version-bump.yaml
vendored
12
.github/workflows/version-bump.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user