diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f022a216..dfb5b834 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -254,6 +254,10 @@ jobs: steps: - name: checkout uses: actions/checkout@v3 + with: + # by default, it uses a depth of 1 + # this fetches all history so that we can read each commit + fetch-depth: 0 - name: Download Artifact uses: actions/download-artifact@v3 with: