Skip to content

Commit 0901c55

Browse files
committed
Test if unshallow sorts GHA GitVersion
1 parent 4809e78 commit 0901c55

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
with:
2222
fetch-depth: 0
2323

24+
- name: Fetch all history for all tags and branches
25+
run: git fetch --prune --unshallow
26+
2427
- name: Install .NET Core SDK
2528
uses: actions/setup-dotnet@v1
2629

0 commit comments

Comments
 (0)