From 964202adff48e9fddec63a2a954f24f6a5f74c44 Mon Sep 17 00:00:00 2001 From: "Michael S. Molina" <70410625+michael-s-molina@users.noreply.github.com> Date: Tue, 14 May 2024 16:00:28 -0300 Subject: [PATCH] chore: Don't mark Helm releases as latest (#28498) --- .github/workflows/superset-helm-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/superset-helm-release.yml b/.github/workflows/superset-helm-release.yml index 21e8ba81ed6e1..429c6fc255d77 100644 --- a/.github/workflows/superset-helm-release.yml +++ b/.github/workflows/superset-helm-release.yml @@ -36,7 +36,7 @@ jobs: run: helm repo add bitnami https://charts.bitnami.com/bitnami - name: Run chart-releaser - uses: ./.github/actions/chart-releaser-action + uses: helm/chart-releaser-action@v1.6.0 with: charts_dir: helm mark_as_latest: false