Skip to content

Commit

Permalink
Fix charts release action
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb authored Mar 30, 2020
1 parent 9483ea9 commit 9e19f2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Fetch history
run: git fetch --prune --unshallow
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
Expand Down

0 comments on commit 9e19f2b

Please sign in to comment.