diff --git a/.github/workflows/semantic_release.yml b/.github/workflows/semantic_release.yml index a45ab098..9fbe8075 100644 --- a/.github/workflows/semantic_release.yml +++ b/.github/workflows/semantic_release.yml @@ -14,6 +14,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + submodules: true - name: Docker Login uses: docker/login-action@v1 with: