From 47c2b7d39fc877109877d1a6e708430c585a9e7c 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..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: