File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 46
46
47
47
- name : Run chart-testing (lint)
48
48
if : steps.list-changed.outputs.changed == 'true'
49
+ env :
50
+ CT_CHECK_VERSION_INCREMENT : false
49
51
run : ct lint --target-branch ${{ github.event.repository.default_branch }}
Original file line number Diff line number Diff line change 71
71
if : ${{ github.event.inputs.release_mode != 'Dry Run' }}
72
72
env :
73
73
CR_GENERATE_RELEASE_NOTES : true
74
- CR_MAKE_RELEASE_LATEST : true
75
- CR_SKIP_EXISTING : true
76
74
CR_TOKEN : ${{ secrets.GITHUB_TOKEN }}
77
- uses : helm/chart-releaser-action@be16258da8010256c6e82849661221415f031968 # v1.5 .0
75
+ uses : helm/chart-releaser-action@a917fd15b20e8b64b94d9158ad54cd6345335584 # v1.6 .0
78
76
with :
77
+ mark_as_latest : true
78
+ skip_existing : true
79
79
skip_packaging : true
You can’t perform that action at this time.
0 commit comments