build chart in current dir

This commit is contained in:
Emilien Devos
2022-06-08 21:39:49 +02:00
parent 57909b4668
commit ae398d0771
+2
View File
@@ -30,5 +30,7 @@ jobs:
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.4.0
with:
charts_dir: .
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"