diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 33467e6..2162943 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,7 +16,7 @@ jobs: steps: - uses: "actions/checkout@v4" with: - fetch-depth: 0 + submodules: "recursive" - name: "Log in to container registry" uses: "docker/login-action@v3.1.0" with: