diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ec35bde..6d60efa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: - name: Commit version change run: | - git config --global user.email "github-tracker-bot@taplytics.com" + git config --global user.email "foundation-admin@devcycle.com" git config --global user.name "DevCycle Automation" git add ./lib/Version.php git add ./composer.json