From d5d844986650ba12edf35d1a9537fa602130f7e7 Mon Sep 17 00:00:00 2001 From: Horst Gutmann Date: Tue, 28 May 2024 15:05:56 +0200 Subject: [PATCH] ci: Fix fetch-depth in release workflow (#1042) --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6a6e54617..5dd4f26cb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,8 @@ jobs: steps: - uses: actions/checkout@v4 with: - fetch-tags: true + # https://github.com/actions/checkout/issues/1467 + fetch-depth: 0 - uses: ./.github/actions/setup-goversion - run: make cross - id: docker_tag