diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index eb5c841..0006ff7 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -12,6 +12,8 @@ jobs: - name: Checkout uses: actions/checkout@v4 + with: + submodules: true - name: Git fetch everything run: git fetch --prune --unshallow diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e1a4c41..34d137d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,8 +12,6 @@ jobs: - uses: actions/checkout@v4 with: submodules: true - fetch-depth: 0 - fetch-tags: true - name: Git fetch everything run: git fetch --prune --unshallow