From 4eaf9cf186c891b875601066215afb9f0fe93ef0 Mon Sep 17 00:00:00 2001 From: Joshua Hegedus Date: Wed, 4 Oct 2023 19:35:33 +0200 Subject: [PATCH] recursive submodules --- .github/workflows/modules-cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/modules-cicd.yml b/.github/workflows/modules-cicd.yml index ab57564..55e4a1a 100644 --- a/.github/workflows/modules-cicd.yml +++ b/.github/workflows/modules-cicd.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 - + submodules: recursive - name: 'Get Version' id: get_version uses: battila7/get-version-action@v2