diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ece903d..1e812df 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,6 +12,8 @@ jobs: - name: Check out repository code uses: actions/checkout@v4 + - run: git fetch --unshallow --quiet --tags --force + - name: Setup JDK uses: actions/setup-java@v4 with: