Skip to content

Commit

Permalink
chore: Don't mark Helm releases as latest (#28498)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina committed May 14, 2024
1 parent 920f2f4 commit 964202a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/superset-helm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/chart-releaser-action@v1.6.0
with:
charts_dir: helm
mark_as_latest: false
Expand Down

0 comments on commit 964202a

Please sign in to comment.