From d55751cd48b11651161098f7946cd3290d8c7130 Mon Sep 17 00:00:00 2001 From: t1amak Date: Thu, 13 Nov 2025 18:05:04 +0000 Subject: [PATCH] docker fix 5 --- .github/workflows/build-releases.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-releases.yml b/.github/workflows/build-releases.yml index d28db3f..3ad8f0e 100644 --- a/.github/workflows/build-releases.yml +++ b/.github/workflows/build-releases.yml @@ -23,6 +23,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 with: + fetch-depth: 0 submodules: recursive - name: Ensure version is provided