Skip to content

Commit f22519f

Browse files
committed
yml syntax fixed
1 parent aa61d02 commit f22519f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616
repository: 'DbSyncKit/DbSyncKit'
1717
submodules: true
1818

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

.github/workflows/nuget_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
repository: 'DbSyncKit/DbSyncKit'
1717

1818
- name: Pull & update submodules recursively
19-
run: |
19+
run: |
2020
git submodule update --init --recursive
2121
git submodule update --recursive --remote
2222

0 commit comments

Comments
 (0)