diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dbca696..06c94e3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-tags: true - fetch-depth: 0 + fetch-depth: 0 # fetch entire history - uses: actions/setup-java@v4 with: distribution: 'temurin'