From fab7c74fa9f5de16811b589d1274e84168290e45 Mon Sep 17 00:00:00 2001 From: Sandy Carter Date: Sat, 10 Jun 2023 19:56:13 -0400 Subject: [PATCH] Release using submodules --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6342fc8..f1b8876 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -94,6 +94,9 @@ jobs: contents: write steps: - uses: actions/checkout@v3 + with: + submodules: recursive + fetch-depth: 0 - name: Create Release uses: ncipollo/release-action@v1 with: