Skip to content

Commit

Permalink
chore: add git fetch depth for minver
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddesmet committed May 16, 2024
1 parent 3a62787 commit 31c78d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
steps:
- name: 'Checkout'
uses: actions/checkout@v4
with:
fetch-depth: 0
filter: tree:0
- name: 'Git Fetch Tags'
run: git fetch --tags
- name: 'Install .NET SDK'
Expand Down

0 comments on commit 31c78d6

Please sign in to comment.