yavsc/.forgejo
Paul Schneider 19d5ff2ecb ci: unshallow clone for GitVersion
GitVersion.MsBuild fails on shallow clones ('Repository is a shallow
clone. Git repositories must contain the full history.') because it
walks the git log to compute the SemVer version.

Drop --depth 1 from both the PR ref fetch and the submodule update
so the runner's working tree has full history. The repo is small
enough that the cost is negligible.
2026-08-16 13:39:53 +01:00
..
workflows ci: unshallow clone for GitVersion 2026-08-16 13:39:53 +01:00