Skip to content

Commit 938ddda

Browse files
Remove Git user configuration in release workflow
1 parent 0194474 commit 938ddda

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ jobs:
2626
- name: Install Dependencies
2727
run: bun install
2828

29-
- name: Configure Git
30-
run: |
31-
git config --global user.name 'Aman Varshney'
32-
git config --global user.email 'amanvarshney.work@gmail.com'
33-
3429
- name: Create Release Pull Request or Publish
3530
uses: changesets/action@v1
3631
with:

0 commit comments

Comments
 (0)