We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e4f782 commit 2b2ba55Copy full SHA for 2b2ba55
1 file changed
.github/workflows/publish.yaml
@@ -294,9 +294,9 @@ jobs:
294
password: ${{ secrets.GITHUB_TOKEN }}
295
296
- name: Run chart-releaser
297
- # switch back to helm/chart-releaser-action when #60 is fixed
298
- # https://github.com/helm/chart-releaser-action/issues/60
299
- uses: luisico/chart-releaser-action@c25b74a986eb925b398320414b576227f375f946 # v1.2.1
+ uses: helm/chart-releaser-action@a0d2dc62c5e491af8ef6ba64a2e02bcf3fb33aa1 # v1.7.0
+ with:
+ charts_dir: charts
300
env:
301
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
302
0 commit comments