From 0edc6749752d2a64b2cc93279f99a0473accc5d0 Mon Sep 17 00:00:00 2001 From: Rootul Patel Date: Fri, 8 Dec 2023 16:07:40 -0500 Subject: [PATCH] debug: fetch-depth: 0 --- .github/workflows/ci-release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index c9ecf00f12..884ca38c39 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -83,7 +83,7 @@ jobs: # Generate the release with goreleaser to include pre-built binaries goreleaser: - needs: version_bump + # needs: version_bump runs-on: ubuntu-latest if: | github.event_name == 'workflow_dispatch' || @@ -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: