Skip to content

Commit 561562b

Browse files
committed
fix: Fetch all git history in CI actions
1 parent 9f39714 commit 561562b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v3
2020
with:
21+
fetch-depth: 0
2122
fetch-tags: true
2223

2324
- name: Setup dotnet

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@v3
3535
with:
36+
fetch-depth: 0
3637
fetch-tags: true
3738
- name: Setup dotnet
3839
uses: actions/setup-dotnet@v3

0 commit comments

Comments
 (0)