Skip to content

Commit 0229efa

Browse files
Backport 1.x Update chart-releaser-action to 1.6.0 to consume the mark_as_latest param properly
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
1 parent 3cae904 commit 0229efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# See https://github.com/helm/chart-releaser
2929
# See https://github.com/helm/chart-releaser-action
3030
- name: Run chart-releaser
31-
uses: helm/chart-releaser-action@v1.2.1
31+
uses: helm/chart-releaser-action@v1.6.0
3232
with:
3333
mark_as_latest: false
3434
env:

0 commit comments

Comments
 (0)