mirror of
https://github.com/open-webui/helm-charts
synced 2025-06-11 00:57:21 +00:00
chore: update Helm Release action to latest version
https://github.com/marketplace/actions/helm-chart-releaser is now on 1.7.0, which resolved an issue with releasing multiple charts from the same repo in a single action run.
This commit is contained in:
parent
f2e5e4226c
commit
2043936012
2
.github/workflows/helm-release.yml
vendored
2
.github/workflows/helm-release.yml
vendored
@ -67,7 +67,7 @@ jobs:
|
|||||||
helm repo add redis https://charts.bitnami.com/bitnami
|
helm repo add redis https://charts.bitnami.com/bitnami
|
||||||
|
|
||||||
- name: Run chart-releaser
|
- name: Run chart-releaser
|
||||||
uses: helm/chart-releaser-action@v1.6.0
|
uses: helm/chart-releaser-action@v1.7.0
|
||||||
with:
|
with:
|
||||||
skip_existing: false
|
skip_existing: false
|
||||||
packages_with_index: true
|
packages_with_index: true
|
||||||
|
Loading…
Reference in New Issue
Block a user