Skip to content

Commit

Permalink
github: fix publish-helm-charts workflow
Browse files Browse the repository at this point in the history
Set fetch depth to 0 to fetch all refs (including gh-pages that we
need).
  • Loading branch information
marquiz committed Oct 11, 2023
1 parent a713871 commit c331e4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-helm-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: actions/checkout@v3
with:
ref: main
fetch-depth: 0

- name: Install Helm
uses: azure/setup-helm@v3
Expand Down

0 comments on commit c331e4e

Please sign in to comment.