Get full git history so versioning based on "height" works correctly
Rob Mensching committed
Dec 14, 2021 at 10:31 UTC
ea463cf684494ead0a211b765eb864758c66742e
1 file changed
+2
.github/workflows/build.yml
+2
@@ -23,6 +23,8 @@ jobs:
23
steps:
24
- name: Checkout code
25
uses: actions/checkout@v2
26
+ with:
27
+ fetch-depth: 0
28
29
- name: Confgure Visual Studio
30
shell: cmd