diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 830ce886d..ffdb8f251 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -12,6 +12,8 @@ jobs: steps: - uses: actions/checkout@v2.3.4 + with: + fetch-depth: 0 # This is wasteful, but needed for git describe - name: Restore dependency cache uses: actions/cache@v2.1.3