From 724a3b56c3f41bb57f002397b794ead19593e1dd Mon Sep 17 00:00:00 2001 From: Elizabeth Thompson Date: Tue, 23 Jan 2024 10:09:42 -0800 Subject: [PATCH] chore: do not mark helm releases as github latest (#26753) --- .github/workflows/superset-helm-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/superset-helm-release.yml b/.github/workflows/superset-helm-release.yml index e75186609c4dc..2d458d125bc02 100644 --- a/.github/workflows/superset-helm-release.yml +++ b/.github/workflows/superset-helm-release.yml @@ -38,6 +38,7 @@ jobs: uses: ./.github/actions/chart-releaser-action with: charts_dir: helm + mark_as_latest: false env: CR_TOKEN: "${{ github.token }}" CR_RELEASE_NAME_TEMPLATE: "superset-helm-chart-{{ .Version }}"