From a792a0aa553fd04ec1b87c457edea06496a5fafd Mon Sep 17 00:00:00 2001 From: jamesread Date: Fri, 24 Mar 2023 17:06:48 +0000 Subject: [PATCH] cicd: fetch-depth 0 needed for goreleaser changelog --- .github/workflows/build-snapshot.yml | 2 ++ .github/workflows/build-tag.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/build-snapshot.yml b/.github/workflows/build-snapshot.yml index 2c8d1b0..d58001d 100644 --- a/.github/workflows/build-snapshot.yml +++ b/.github/workflows/build-snapshot.yml @@ -11,6 +11,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Set up QEMU id: qemu diff --git a/.github/workflows/build-tag.yml b/.github/workflows/build-tag.yml index d555930..c254c76 100644 --- a/.github/workflows/build-tag.yml +++ b/.github/workflows/build-tag.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Set up QEMU id: qemu