Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

Commit

Permalink
fix(chart): fix chart releaser charts_dir (#11)
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Haar <christopher.haar@upbound.io>
  • Loading branch information
haarchri committed Jul 31, 2023
1 parent f678c9f commit 743b0d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
with:
charts_dir: cluster/charts
charts_dir: cluster
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 743b0d5

Please sign in to comment.