Skip to content

Commit 61d7716

Browse files
authored
Fix commit history detection in ci.yml
1 parent c13608a commit 61d7716

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v3
10+
with:
11+
fetch-depth: 0
1012
- name: Setup .NET SDK
1113
uses: actions/setup-dotnet@v3
1214
with:

0 commit comments

Comments
 (0)