We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 895b14c commit 345368fCopy full SHA for 345368f
1 file changed
.github/workflows/build-and-deploy.yml
@@ -15,6 +15,9 @@ jobs:
15
16
steps:
17
- uses: actions/checkout@v4
18
+ with:
19
+ submodules: recursive
20
+ fetch-depth: 0
21
22
- name: Setup .NET
23
uses: actions/setup-dotnet@v4
0 commit comments