trying to fix path

This commit is contained in:
Emilien Devos
2022-06-08 21:46:08 +02:00
parent ae398d0771
commit 768f6e7058
+2 -2
View File
@@ -29,8 +29,8 @@ jobs:
version: v3.8.1
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.4.0
uses: helm/chart-releaser-action@main
with:
charts_dir: .
charts_dir: '.'
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"