Skip to content

Commit e5dc6f9

Browse files
committed
fix: workflow git creds
1 parent 2e1e6cf commit e5dc6f9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
HUSKY: 0
3131
run: npx semantic-release
32+
- name: Configure git
33+
if: ${{ github.ref_name == 'main'}}
34+
run: |
35+
git config --global user.name "turtlesocks-bot"
36+
git config --global user.email "turtlesocks-bot@users.noreply.github.com"
3237
- name: Sync Dev to Main
3338
if: ${{ github.ref_name == 'main'}}
3439
env:

0 commit comments

Comments
 (0)