mirror of
https://github.com/apache/superset.git
synced 2026-04-12 20:57:55 +00:00
chore: do not mark helm releases as github latest (#26753)
This commit is contained in:
committed by
GitHub
parent
5aff7fd67b
commit
14c3e2bf70
1
.github/workflows/superset-helm-release.yml
vendored
1
.github/workflows/superset-helm-release.yml
vendored
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user