diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6c15550..0f097b5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,9 @@ jobs: permissions: id-token: write # IMPORTANT: this permission is mandatory for trusted publishing steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Install Poetry run: python -m pip install --upgrade pip poetry - name: Build artifacts