From 9ccf0e59bbfa7de0d7d23cde49d1b914c285a4d5 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Fri, 1 Apr 2022 12:31:10 +0200 Subject: [PATCH] chore(ci): keep max fetch depth --- .github/workflows/charts-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index a9d91fa0df1..32e3351cd62 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -45,7 +45,7 @@ jobs: uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3 with: token: ${{ secrets.BOT_TOKEN }} - fetch-depth: 50 + fetch-depth: 0 - name: Collect changes id: collect-changes