diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 43e7b23..58e6667 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: npm whoami - name: Git Setup run: | - git config --global user.email "community@webdriver.io" + git config --global user.email "bot@webdriver.io" git config --global user.name "WebdriverIO Release Bot" - name: Install Dependencies run: npm ci