From 1bf0b1fa8cc45c7d1995b609530babe6a1e61d0a Mon Sep 17 00:00:00 2001 From: Alex Collins Date: Wed, 12 May 2021 16:14:10 -0700 Subject: [PATCH] ci: fetch-depth=0 --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fc96c88f..87609535 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,6 +35,9 @@ jobs: if: startsWith(github.ref, 'refs/tags/v') steps: - uses: actions/checkout@v2 + with: + # 0 indicates all history for all branches and tags. + fetch-depth: 0 - uses: actions/setup-go@v2 with: go-version: 1.16