diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index eda803223..5d48b0147 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