diff --git a/.github/workflows/publish_test.yaml b/.github/workflows/publish_test.yaml index ce43620da..88ccd847d 100644 --- a/.github/workflows/publish_test.yaml +++ b/.github/workflows/publish_test.yaml @@ -16,7 +16,7 @@ jobs: with: ref: ${{ github.event.inputs.gitref }} fetch-tags: true - fetch-depth: 50 + fetch-depth: 100 - name: Set up Python id: setup_python uses: actions/setup-python@v4