diff --git a/.github/workflows/artifacts.yaml b/.github/workflows/artifacts.yaml index c0d12b9..11730b1 100644 --- a/.github/workflows/artifacts.yaml +++ b/.github/workflows/artifacts.yaml @@ -18,6 +18,8 @@ jobs: distribution: 'corretto' - uses: actions/checkout@v4 + with: + submodules: true - name: Set Version - Main if: ${{startsWith(github.ref, 'refs/tags/v')}}