chore: Fixes build tool workflow (#2393)
This commit is contained in:
parent
ec4d6a7a85
commit
12b81c7375
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build-tool-release.yml
vendored
2
.github/workflows/build-tool-release.yml
vendored
|
|
@ -33,6 +33,8 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0 # Full clone required for Nerdbank.GitVersioning
|
||||||
|
|
||||||
- name: Install .NET
|
- name: Install .NET
|
||||||
uses: actions/setup-dotnet@v4
|
uses: actions/setup-dotnet@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue