chore: do not mark helm releases as github latest (#26753)

This commit is contained in:
Elizabeth Thompson
2024-01-23 10:09:42 -08:00
committed by GitHub
parent 5aff7fd67b
commit 14c3e2bf70

View File

@@ -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 }}"