From ac47cbc97fffac190b8bc0ea02f55144248744fa Mon Sep 17 00:00:00 2001 From: diosmosis Date: Tue, 30 Apr 2024 15:28:19 -0700 Subject: [PATCH] fetch submodules in release workflow --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6b04c278d..c3437b45c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,6 +56,7 @@ jobs: lfs: true fetch-depth: '0' token: ${{ secrets.GITHUB_TOKEN }} # for pushing to protected branch + submodules: true - run: git lfs pull - name: "Check tag" run: |