Skip to content

Commit

Permalink
Fix dev build (#498)
Browse files Browse the repository at this point in the history
* Fix build

* gitversion doesn't want a shallow clone
  • Loading branch information
adamhathcock authored Jan 15, 2025
1 parent b9d2f37 commit db4d2f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

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

0 comments on commit db4d2f7

Please sign in to comment.