Skip to content

Commit f97c870

Browse files
committed
Remove unnecessary git setup step
1 parent 2ca5441 commit f97c870

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release_pr.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ jobs:
3434
with:
3535
node-version: "20"
3636
- run: npm install
37-
- name: Setup git
38-
run: |
39-
git config user.email "[email protected]"
40-
git config user.name "Pusher CI"
4137
- name: Commit and push version bump
4238
shell: bash
4339
run: |

0 commit comments

Comments
 (0)