diff --git a/.github/workflows/superset-helm-release.yml b/.github/workflows/superset-helm-release.yml index e75186609c4..2d458d125bc 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 }}"