Skip to content

Commit 37c4936

Browse files
committed
fix(.github): add charts_dir for helm/chart_releaser_action
Signed-off-by: Vaughn Dice <[email protected]>
1 parent 41de076 commit 37c4936

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/helm-chart-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This action releases the kwasm-operator helm chart
1+
# This action releases the runtime-class-manager helm chart
22
# The action must run on each commit done against main, however
33
# a new release will be performed **only** when a change occurs inside
44
# of the `charts` directory.
@@ -40,6 +40,8 @@ jobs:
4040
- name: Run chart-releaser
4141
if: github.ref == 'refs/heads/main'
4242
uses: helm/chart-releaser-action@a917fd15b20e8b64b94d9158ad54cd6345335584 # v1.6.0
43+
with:
44+
charts_dir: deploy/helm
4345
env:
4446
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
4547
CR_RELEASE_NAME_TEMPLATE: "{{ .Name }}-chart-{{ .Version }}"

0 commit comments

Comments
 (0)