Skip to content

Commit b6e283e

Browse files
authored
fix: obtain git history for proper "git describe" (#3291)
1 parent 7d76829 commit b6e283e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ jobs:
8888
- build-and-test-with-Java-8-and-later
8989
steps:
9090
- uses: actions/checkout@v3
91+
with:
92+
fetch-depth: 0
9193
- uses: actions/setup-java@v3
9294
with:
9395
distribution: 'zulu'

0 commit comments

Comments
 (0)