Skip to content

Commit 14c3e2b

Browse files
authored
chore: do not mark helm releases as github latest (#26753)
1 parent 5aff7fd commit 14c3e2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/superset-helm-release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
uses: ./.github/actions/chart-releaser-action
3939
with:
4040
charts_dir: helm
41+
mark_as_latest: false
4142
env:
4243
CR_TOKEN: "${{ github.token }}"
4344
CR_RELEASE_NAME_TEMPLATE: "superset-helm-chart-{{ .Version }}"

0 commit comments

Comments
 (0)