From b74f13ce65402a3004f1556adb785d9283cdae7c Mon Sep 17 00:00:00 2001 From: Jamy Bailly Date: Mon, 24 Aug 2026 07:55:08 +0200 Subject: [PATCH] fix: Recursive git --- .github/workflows/publish-to-reposilite-snapshots.yml | 1 + .github/workflows/publish-to-reposilite.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/publish-to-reposilite-snapshots.yml b/.github/workflows/publish-to-reposilite-snapshots.yml index ab02ef9609..17a943ca70 100644 --- a/.github/workflows/publish-to-reposilite-snapshots.yml +++ b/.github/workflows/publish-to-reposilite-snapshots.yml @@ -19,6 +19,7 @@ jobs: uses: actions/checkout@v4.2.2 with: token: ${{ github.token }} + submodules: recursive - name: Normalize version (append -SNAPSHOT if missing) run: | diff --git a/.github/workflows/publish-to-reposilite.yml b/.github/workflows/publish-to-reposilite.yml index b929c9ecf7..fdc28100cd 100644 --- a/.github/workflows/publish-to-reposilite.yml +++ b/.github/workflows/publish-to-reposilite.yml @@ -46,6 +46,7 @@ jobs: uses: actions/checkout@v4.2.2 with: token: ${{ github.token }} + submodules: recursive - name: Read the version (version.txt drives every publishable module's version) run: echo "VERSION=$(cat version.txt)" >> "$GITHUB_ENV"