diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index add1c68..34c6c1c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v3 with: - fetch-tags: true + fetch-depth: 0 - name: Set up Python uses: actions/setup-python@v3 - name: Install Python dependencies