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