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: