diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6fddf5b..f8cc860 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,6 +17,8 @@ jobs: steps: - name: Checkout project sources uses: actions/checkout@v3 + with: + fetch-depth: 0 - uses: actions/setup-java@v3 with: distribution: zulu