Skip to content

Commit

Permalink
fix: Bypass Branch Protection in BumpVersion GHAction (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: Fahim Ali Zain <[email protected]>
  • Loading branch information
CODE73Bot and fahimalizain authored Feb 8, 2024
1 parent 6f0b28c commit 996b71a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/audire-expo-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Commit and push
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git config --local user.email "code73in@gmail.com"
git config --local user.name "CODE73 Bot"
git commit -am "chore: Bump Audire ExpoApp to v${{ github.event.inputs.version }}"
git push

0 comments on commit 996b71a

Please sign in to comment.