Skip to content

Commit

Permalink
Update versionBump.yaml (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshpaliyal authored Oct 28, 2023
1 parent 4ce0ca0 commit a3fe4aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/versionBump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
steps:
- name: 🏗 Checkout Branch
uses: actions/checkout@v4

- name: Git Add and Commit
run: |
git config --global user.name 'Yogesh Choudhary Paliyal'
git config --global user.email 'yogeshpaliyal@users.noreply.github.com'
- name: Install bun
uses: oven-sh/setup-bun@v1
Expand Down

0 comments on commit a3fe4aa

Please sign in to comment.