Skip to content

Commit

Permalink
fetch all commits so rt can calculate versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Manuel "Kang" Perez committed Jun 7, 2024
1 parent 2eea650 commit f524632
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f524632

Please sign in to comment.