From 6c8664c42547b06845a54b278d4895f6940cfd2c Mon Sep 17 00:00:00 2001 From: ZanzyTHEbar Date: Wed, 11 Jan 2023 19:27:54 +0000 Subject: [PATCH] refactor: factor out `autoversioning.py` and fix build yml BREAKING CHANGE --- .github/workflows/build_release_bins.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_release_bins.yml b/.github/workflows/build_release_bins.yml index f21d9bd..a44b141 100644 --- a/.github/workflows/build_release_bins.yml +++ b/.github/workflows/build_release_bins.yml @@ -27,6 +27,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Cache pip uses: actions/cache@v3 with: @@ -70,7 +72,7 @@ jobs: needs: [build] steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 - name: Create Directory