diff --git a/.github/workflows/ci-version-bump.yml b/.github/workflows/ci-version-bump.yml index 03d0a8e..9815867 100644 --- a/.github/workflows/ci-version-bump.yml +++ b/.github/workflows/ci-version-bump.yml @@ -14,6 +14,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Set up Python uses: actions/setup-python@v2