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