diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 2868a2b..67a5cb2 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - name: Cloning repo uses: actions/checkout@v4 with: - fetch-depth: 2 + fetch-depth: 0 - name: Set up JDK 17 and Maven uses: s4u/setup-maven-action@v1.7.0