From 5ae9047f04362143d168b2c0bb4df8c37f28cb49 Mon Sep 17 00:00:00 2001 From: Cody Yu Date: Mon, 20 Feb 2023 12:07:46 -0800 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d33ee1e0..f99dc384 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,6 +24,8 @@ jobs: options: --user root steps: - uses: actions/checkout@v3 + with: + fetch-depth: 0 # Checkout all branches and history. - name: Build wheels run: | git config --global --add safe.directory "$GITHUB_WORKSPACE"