Skip to content

Commit 7d1885f

Browse files
Update chart-releaser-action to 1.6.0 to consume the mark_as_latest param properly (#583)
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
1 parent 4253842 commit 7d1885f

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,6 +28,6 @@ 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
env:
3333
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)