Skip to content

Commit 2b2ba55

Browse files
authored
chore: update chart-releaser action to v1.7.0 and specify charts directory (#1461)
1 parent 6e4f782 commit 2b2ba55

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,9 +294,9 @@ jobs:
294294
password: ${{ secrets.GITHUB_TOKEN }}
295295

296296
- 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
297+
uses: helm/chart-releaser-action@a0d2dc62c5e491af8ef6ba64a2e02bcf3fb33aa1 # v1.7.0
298+
with:
299+
charts_dir: charts
300300
env:
301301
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
302302

0 commit comments

Comments
 (0)