Skip to content

Commit 343cdb4

Browse files
committed
fetch-depth == 0 for version step to work correctly
1 parent c8a00d0 commit 343cdb4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dotnet-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
steps:
2929
- name: Checkout code
3030
uses: actions/checkout@v4
31+
with:
32+
fetch-depth: 0
3133

3234
# Set up a VS build environment.
3335
- name: Setup Environment Variables

0 commit comments

Comments
 (0)