From 5384759261b6fbe53a2ace348c6e5e45531a4398 Mon Sep 17 00:00:00 2001 From: DecDuck Date: Mon, 31 Mar 2025 09:47:54 +1100 Subject: [PATCH] fix: update workflow to recurse submodules properly --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 92a55a8..66ab064 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - name: Check out the repo uses: actions/checkout@v3 with: - submodules: recursive + submodules: true token: ${{ secrets.PAT_TOKEN }} - name: Set up QEMU