Skip to content

Commit 423b859

Browse files
committed
fix: add fetch-depth for workflow
1 parent bcc9683 commit 423b859

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@ jobs:
1212
runs-on: windows-latest
1313

1414
steps:
15-
- name: Checkout code
15+
- name: Checkout
1616
uses: actions/checkout@v4
17+
with:
18+
fetch-depth: 0
19+
1720

1821
- name: Setup .NET SDK
1922
uses: actions/setup-dotnet@v4

0 commit comments

Comments
 (0)