From bbf3ce621e45c73c8c4545a736b178205affef24 Mon Sep 17 00:00:00 2001 From: 2mal3 <56305732+2mal3@users.noreply.github.com> Date: Mon, 12 Aug 2024 16:22:36 +0200 Subject: [PATCH] ci(fix): submodule library not inclued --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 80e5ab9..9c48cfc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,6 +21,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 + submodules: true - name: Set up Python uses: actions/setup-python@v5