.github/workflows/charts-release.yaml: remove azure/setup-helm action that is no longer needed according to the helm/chart-releaser-action docs

This commit is contained in:
Johannes Kastl
2025-12-20 07:53:13 +01:00
parent 010ddc898d
commit 5755eb345c

View File

@@ -31,9 +31,6 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Install Helm
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
- name: Run chart-releaser
uses: helm/chart-releaser-action@cae68fefc6b5f367a0275617c9f83181ba54714f # v1.7.0
env: