Skip to content

Commit

Permalink
fix bot email
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Oct 11, 2023
1 parent da14f37 commit 52ab84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
pnpm whoami
- name: Git Setup
run: |
git config --global user.email "[email protected]"
git config --global user.email "[email protected]"
git config --global user.name "WebdriverIO Release Bot"
- name: Install Dependencies
run: pnpm install --frozen-lockfile
Expand Down

0 comments on commit 52ab84d

Please sign in to comment.