From f5246323c136c1cbe056e253480bacbce005f102 Mon Sep 17 00:00:00 2001 From: "Juan Manuel \"Kang\" Perez" Date: Fri, 7 Jun 2024 20:11:56 +0200 Subject: [PATCH] fetch all commits so rt can calculate versions --- .github/workflows/lint-and-test.yaml | 2 ++ .github/workflows/publish-charts.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/lint-and-test.yaml b/.github/workflows/lint-and-test.yaml index 58c2391..87a82df 100644 --- a/.github/workflows/lint-and-test.yaml +++ b/.github/workflows/lint-and-test.yaml @@ -46,6 +46,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Validate that the markdown is correct uses: newrelic/release-toolkit/validate-markdown@v1 diff --git a/.github/workflows/publish-charts.yaml b/.github/workflows/publish-charts.yaml index ef87574..28d398f 100644 --- a/.github/workflows/publish-charts.yaml +++ b/.github/workflows/publish-charts.yaml @@ -15,6 +15,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 + with: + fetch-depth: 0 # Create release-toolkit data file and hydrate it. - name: Generate changelog YAML