Skip to content

Commit 369b9ad

Browse files
authored
ci(publish): use default email and name fields
1 parent 0555911 commit 369b9ad

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ jobs:
2121
- name: Install dependencies
2222
run: npm ci
2323

24-
- run: git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
25-
- run: git config --global user.name "github-actions"
26-
2724
- name: Run final tests
2825
# npm run test is excluded here intentionally
2926
run: npm run lint && npm run prettier

0 commit comments

Comments
 (0)