From f855a38a013199224caebc8a6e579cc5a3c51a74 Mon Sep 17 00:00:00 2001 From: Alex Goodman Date: Thu, 6 Aug 2020 08:28:01 -0400 Subject: [PATCH] pull all commits on checkout for release to build changelog (#126) --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index eda80322313..5d48b0147ef 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -74,6 +74,8 @@ jobs: go-version: ${{ env.GO_VERSION }} - uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Restore bootstrap cache id: cache