From f35e981b0afc58a9cb66098f5c42c176e17fb846 Mon Sep 17 00:00:00 2001 From: nimbold <11913706+nimbold@users.noreply.github.com> Date: Thu, 4 Jun 2026 05:37:23 +0330 Subject: [PATCH] fix: clone submodules in release action --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9f4872e..817471d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,6 +22,8 @@ jobs: steps: - name: Check out repository uses: actions/checkout@v6 + with: + submodules: recursive - name: Resolve version id: version