Skip to content

Commit

Permalink
actions: fetch history for release workflow
Browse files Browse the repository at this point in the history
This fixes the chart-releaser action not being able to detect any chart
changes as described in helm/chart-releaser-action#13.

Signed-off-by: Michael William Le Nguyen <michael@mail.ttp.codes>
  • Loading branch information
ttpcodes committed Jul 9, 2020
1 parent 561c625 commit 0bc9fa2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
- 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 0bc9fa2

Please sign in to comment.