Skip to content

Commit

Permalink
ci: Increase fetch-depth for GitVersion process
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmg committed Aug 21, 2024
1 parent acd7e45 commit ca34a5a
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 @@ -15,6 +15,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
filter: tree:0

- name: Setup .NET SDK
uses: actions/setup-dotnet@v4
Expand Down

0 comments on commit ca34a5a

Please sign in to comment.