Skip to content

Commit c6d1e7d

Browse files
authored
Merge pull request #151 from Abirdcfly/main
chore: bump helm/chart-releaser-action to latest
2 parents 1d7fb38 + d63ce07 commit c6d1e7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828

2929
# https://github.com/helm/chart-releaser-action
3030
- name: Run chart-releaser
31-
uses: helm/chart-releaser-action@v1.5.0
31+
uses: helm/chart-releaser-action@v1.6.0
3232
with:
3333
charts_dir: charts
34-
charts_repo_url: https://kubebb.github.io/components/
34+
skip_existing: true
3535
# FIXME: uncomment this once customized configuration is needed
3636
# config: cr.yaml
3737
env:

0 commit comments

Comments
 (0)