From 8b43368bf9ea40ac2cacb9ccec91d7d59a313dc2 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Mon, 24 Oct 2022 17:13:20 -0700 Subject: [PATCH] Checkout submodules on CI when publishing collab images --- .github/workflows/publish_collab_image.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish_collab_image.yml b/.github/workflows/publish_collab_image.yml index a257f25433..4c62859454 100644 --- a/.github/workflows/publish_collab_image.yml +++ b/.github/workflows/publish_collab_image.yml @@ -26,6 +26,7 @@ jobs: uses: actions/checkout@v3 with: clean: false + submodules: 'recursive' - name: Check that tag version matches package version run: |