diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b6caaf9..cd64278 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,6 +23,9 @@ jobs: uses: actions/checkout@v4 with: fetch-tags: true + # XXX: fetch-depth: 0 should not be required. But this seems to be an issue + # with the checkout action: https://github.com/actions/checkout/issues/1781 + fetch-depth: 0 - name: Git Describe run: |