diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c23c59..1a7de27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + fetch-depth: '0' - name: Set up JDK uses: actions/setup-java@v4.5.0