From 34cd37c4c09ca05082b5ae87fb23acd2104d6688 Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Thu, 12 Nov 2020 16:41:20 +0100 Subject: [PATCH] Check out the full history for chart-releaser chart-releaser looks at the project history to determine whether a chart changed, we mustn't limit the fetch depth. Signed-off-by: Stephen Kitt --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f25821..ffc4385 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,6 +13,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Configure Git run: |