diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4cd3c480..602a09c5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -95,6 +95,9 @@ jobs: - name: Update docs run: | + git config user.email "kchau@microsoft.com" + git config user.name "Ken Chau" + # See previous step for explanation trap "git remote set-url origin '$(git remote get-url origin)'" EXIT git remote set-url origin "https://$GITHUB_ACTOR:$GITHUB_TOKEN@github.com/$GITHUB_REPOSITORY.git"