diff --git a/.github/workflows/release-and-build.yml b/.github/workflows/release-and-build.yml index f5e91f0..0ec133e 100644 --- a/.github/workflows/release-and-build.yml +++ b/.github/workflows/release-and-build.yml @@ -60,7 +60,7 @@ jobs: - name: Commit version change and README update 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 . git commit -m "Release ${{steps.prepare_release.outputs.next-release-tag}} and update README" @@ -79,4 +79,4 @@ jobs: changelog: ${{ steps.prepare_release.outputs.changelog }} github-token: ${{ secrets.AUTOMATION_USER_TOKEN }} prerelease: ${{ github.event.inputs.draft }} - draft: ${{ github.event.inputs.draft }} \ No newline at end of file + draft: ${{ github.event.inputs.draft }}