From 79225576a446cee7385f0e0ebbde8689234a0f96 Mon Sep 17 00:00:00 2001 From: Sam <51686767+samuveth@users.noreply.github.com> Date: Tue, 26 Sep 2023 08:19:37 +0000 Subject: [PATCH] Update update-snapshot-packages.yml --- .github/workflows/update-snapshot-packages.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update-snapshot-packages.yml b/.github/workflows/update-snapshot-packages.yml index 1e67b3388d8..02a37d4ff8f 100644 --- a/.github/workflows/update-snapshot-packages.yml +++ b/.github/workflows/update-snapshot-packages.yml @@ -7,6 +7,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + submodules: 'recursive' - uses: actions/setup-node@v1 with: node-version: '16.x'