Skip to content

Commit 879b3ca

Browse files
Do Not mark 1.x releases as latest (#540)
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
1 parent 358ef28 commit 879b3ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,7 @@ jobs:
2929
# See https://github.com/helm/chart-releaser-action
3030
- name: Run chart-releaser
3131
uses: helm/chart-releaser-action@v1.2.1
32+
with:
33+
mark_as_latest: false
3234
env:
3335
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)