From 74b3404679e8b258b58fad5b791794f522baa460 Mon Sep 17 00:00:00 2001 From: Rootul P Date: Sat, 9 Dec 2023 15:28:04 -0500 Subject: [PATCH] ci(goreleaser): set fetch-depth to 0 (#2917) Closes https://github.com/celestiaorg/celestia-app/issues/2896 ## Testing Before: https://github.com/celestiaorg/celestia-app/actions/runs/7091353330/job/19300606228#step:6:71 After: https://github.com/rootulp/celestia-app/actions/runs/7146296002/job/19463697449#step:6:68 --- .github/workflows/ci-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index c9ecf00f12..b272b8b75c 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -91,6 +91,8 @@ jobs: permissions: "write-all" steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - run: git fetch --force --tags - uses: actions/setup-go@v5 with: