Skip to content

Commit

Permalink
Specify chart directory for chart-releaser-action
Browse files Browse the repository at this point in the history
By default, chart-releaser-action looks for Helm charts in "charts/",
we have ours in the top-level directory. Need to explicitly pass this
option.

helm/chart-releaser-action#87
  • Loading branch information
jacksgt committed Jul 26, 2021
1 parent ff73eed commit c3e2e0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ jobs:
uses: helm/chart-releaser-action@v1.2.1
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
chart_dir: './'

0 comments on commit c3e2e0c

Please sign in to comment.