From 4ebd9a72627363d17ed5b6c9eede494edf049b22 Mon Sep 17 00:00:00 2001 From: Arindy Date: Tue, 11 Feb 2025 20:37:48 +0100 Subject: [PATCH] fetch tags --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ece903d..b05694c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,6 +11,8 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Setup JDK uses: actions/setup-java@v4