This is an automated email from the ASF dual-hosted git repository.
michaelsmolina pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 964202adff chore: Don't mark Helm releases as latest (#28498)
964202adff is described below
commit 964202adff48e9fddec63a2a954f24f6a5f74c44
Author: Michael S. Molina <[email protected]>
AuthorDate: Tue May 14 16:00:28 2024 -0300
chore: Don't mark Helm releases as latest (#28498)
---
.github/workflows/superset-helm-release.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/superset-helm-release.yml
b/.github/workflows/superset-helm-release.yml
index 21e8ba81ed..429c6fc255 100644
--- a/.github/workflows/superset-helm-release.yml
+++ b/.github/workflows/superset-helm-release.yml
@@ -36,7 +36,7 @@ jobs:
run: helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Run chart-releaser
- uses: ./.github/actions/chart-releaser-action
+ uses: helm/[email protected]
with:
charts_dir: helm
mark_as_latest: false