Use fetch-depth 0 to make minver work properly (#3412)

This commit is contained in:
Alan West 2022-06-27 19:29:29 -07:00 committed by GitHub
parent 34efdbf448
commit 1bb36fbd48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,8 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # fetching all
- name: Install dependencies
run: dotnet restore

View File

@ -20,6 +20,8 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # fetching all
- name: Install dependencies
run: dotnet restore