Skip to content

Commit bebcd9c

Browse files
Antony BaileyAntony Bailey
authored andcommitted
.
1 parent 650b753 commit bebcd9c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,16 @@ jobs:
1616
with:
1717
fetch-depth: 0 # Required for GitVersion
1818

19+
- name: Ensure repository is not shallow
20+
run: git fetch --prune --unshallow
21+
1922
- name: Setup .NET
2023
uses: actions/setup-dotnet@v4
2124
with:
2225
dotnet-version: 9.0.201
2326

2427
- name: Install GitVersion
25-
uses: gittools/actions/gitversion/execute@main
28+
uses: gittools/actions/gitversion/execute@5.6.10
2629
id: gitversion
2730
with:
2831
useConfigFile: false

0 commit comments

Comments
 (0)