From ac0191db9bd874a53f24897f0a5efa2e303ed8d3 Mon Sep 17 00:00:00 2001 From: Nicholas Dille Date: Fri, 13 Oct 2023 11:04:03 +0200 Subject: [PATCH] ci: Fix git history for goreleaser --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7e9254f8..d27ca682 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: ref: ${{ needs.prepare.outputs.tag }} - depth: 0 + fetch-depth: 0 - name: Lint run: |