Skip to content

Commit aa61d02

Browse files
committed
github workfow updates
1 parent 4fd071f commit aa61d02

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/nuget_publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ jobs:
1515
with:
1616
repository: 'DbSyncKit/DbSyncKit'
1717

18+
- name: Pull & update submodules recursively
19+
run: |
20+
git submodule update --init --recursive
21+
git submodule update --recursive --remote
22+
1823
- name: Setup .NET Core
1924
uses: actions/setup-dotnet@v2
2025
with:

0 commit comments

Comments
 (0)