Skip to content

Commit

Permalink
fix: obtain git history for proper "git describe" (#3291)
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches authored Aug 23, 2023
1 parent 7d76829 commit b6e283e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ jobs:
- build-and-test-with-Java-8-and-later
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
Expand Down

0 comments on commit b6e283e

Please sign in to comment.