Skip to content

Commit cf511d2

Browse files
authored
Clone git history (#1430)
1 parent 0daf56b commit cf511d2

4 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/publish_nightly_master.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v3
23+
with:
24+
fetch-depth: '0'
2325

2426
- name: Setup .NET
2527
uses: actions/setup-dotnet@v3

.github/workflows/publish_nightly_v5.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
uses: actions/checkout@v3
2323
with:
2424
ref: v5
25+
fetch-depth: '0'
2526

2627
- name: Setup .NET
2728
uses: actions/setup-dotnet@v3

.github/workflows/publish_release_master.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v3
18+
with:
19+
fetch-depth: '0'
1820

1921
- name: Setup .NET
2022
uses: actions/setup-dotnet@v3

.github/workflows/publish_release_v5.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
uses: actions/checkout@v3
1818
with:
1919
ref: v5
20+
fetch-depth: '0'
2021

2122
- name: Setup .NET
2223
uses: actions/setup-dotnet@v3

0 commit comments

Comments
 (0)