Skip to content

Commit

Permalink
Fetch all Git information so git describe works in the pre-build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Mell committed Mar 6, 2024
1 parent f062871 commit 9d3baeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0

- name: setup-msbuild
uses: microsoft/setup-msbuild@v2
Expand Down

0 comments on commit 9d3baeb

Please sign in to comment.