diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 21f63ab..29ac65a 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -11,8 +11,8 @@ jobs: steps: - name: Cloning repo uses: actions/checkout@v4 -# with: -# fetch-depth: 0 + with: + fetch-depth: full - name: Set up JDK 17 and Maven uses: s4u/setup-maven-action@v1.7.0