diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f5e5345..b1ca061 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: submodules: true - name: Pull & update submodules recursively - run: | + run: | git submodule update --init --recursive git submodule update --recursive --remote diff --git a/.github/workflows/nuget_publish.yml b/.github/workflows/nuget_publish.yml index da721a5..c529a4f 100644 --- a/.github/workflows/nuget_publish.yml +++ b/.github/workflows/nuget_publish.yml @@ -16,7 +16,7 @@ jobs: repository: 'DbSyncKit/DbSyncKit' - name: Pull & update submodules recursively - run: | + run: | git submodule update --init --recursive git submodule update --recursive --remote