From 598a747b3806656c7e75ea40474b5c0ce0d5959c Mon Sep 17 00:00:00 2001 From: jpts Date: Sun, 14 May 2023 11:59:07 +0100 Subject: [PATCH] ci: fix goreleaser changelog --- .github/workflows/goreleaser.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index b734bc0..ae0ff4b 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -16,6 +16,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Fetch all tags run: git fetch --force --tags