Skip to content

Commit

Permalink
ci: use fetch depth 0 to fix gitversion in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rars committed Apr 24, 2024
1 parent 060fa46 commit 7074a94
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dotnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
Expand Down

0 comments on commit 7074a94

Please sign in to comment.