fix: obtain git history for proper "git describe" (#3291)

This commit is contained in:
Connor Tumbleson 2023-08-23 19:03:22 -04:00 committed by GitHub
parent 7d76829ad9
commit b6e283ee62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'