diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 710c4c6..67ae93f 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: - name: Git checkout uses: actions/checkout@v6 with: - fetch-deps: 0 + fetch-depth: 0 fetch-tags: true - name: Build tarball run: make tarball