diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4a001c8..d66db5b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -175,6 +175,10 @@ jobs: version: ${{ steps.version.outputs.version }} steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + submodules: true - name: Download the SWIG-generated wrappers uses: actions/download-artifact@v4 with: