Skip to content

Commit

Permalink
fix: Add fetch-depth to chart releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreZiviani committed Nov 17, 2022
1 parent 0c041f8 commit adc7e85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
Expand Down

0 comments on commit adc7e85

Please sign in to comment.