diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index b0f34e8..28a7f60 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -16,6 +16,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v5 + with: + fetch-depth: 0 - name: Setup uses: ./.gitea/actions/install