Skip to content

Commit c587daf

Browse files
committed
Fix GitVersion not able to read history from repo
1 parent 19f7aa4 commit c587daf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ jobs:
6363
steps:
6464
- name: "Checkout"
6565
uses: "actions/checkout@v6.0.2"
66+
with:
67+
fetch-depth: 0 # include all history for GitVersion
6668

6769
# Built-in caching is broken for Yarn, using setup-node twice
6870
# See https://github.com/actions/setup-node/issues/531#issuecomment-3335630863

0 commit comments

Comments
 (0)