From b6f89118eb776e007d32daa4aad67aae1044c512 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Thu, 25 Dec 2025 19:09:37 -0500 Subject: [PATCH] fix post release too --- .github/workflows/post_release.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/post_release.yml b/.github/workflows/post_release.yml index 2e21036b..e1a36555 100644 --- a/.github/workflows/post_release.yml +++ b/.github/workflows/post_release.yml @@ -66,13 +66,8 @@ jobs: - name: Install Python dependencies run: pip install -r docs/requirements.txt - # TODO: Test this with the script instead - name: Configure git user and email - run: | - git config --global user.name ${GIT_USER} - git config --global user.email ${GIT_EMAIL} - echo Name: $(git config --get user.name) - echo Email: $(git config --get user.email) + run: ./scripts/ci/configure_git.sh # TODO: Test this with the script instead - name: Build and deploy docs with mike as the latest stable branch