From e7fe3162f2127d1df41981d53da087db9d896e29 Mon Sep 17 00:00:00 2001 From: Oliver Walter Date: Tue, 30 Apr 2024 04:19:38 +0200 Subject: [PATCH] fixed issure with missing tags --- .gitea/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index dac25da..00c53e6 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -14,6 +14,7 @@ jobs: uses: actions/checkout@v4 with: submodules: true + fetch-depth: 0 - name: Create Build directory run: mkdir build