Skip to content

Commit

Permalink
github workfow updates
Browse files Browse the repository at this point in the history
  • Loading branch information
RohitM-IN committed Dec 31, 2023
1 parent ad47acc commit c615f8d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
repository: 'DbSyncKit/DbSyncKit'
submodules: true

- name: Pull & update submodules recursively
run: |
git submodule update --init --recursive
git submodule update --recursive --remote
- name: Setup .NET Core
uses: actions/setup-dotnet@v2
with:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/nuget_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
with:
repository: 'DbSyncKit/DbSyncKit'

- name: Pull & update submodules recursively
run: |
git submodule update --init --recursive
git submodule update --recursive --remote
- name: Setup .NET Core
uses: actions/setup-dotnet@v2
with:
Expand Down

0 comments on commit c615f8d

Please sign in to comment.