Skip to content

Commit 65012ea

Browse files
build(helm): disable packages_with_index flag for signature checks (#963)
1 parent 7f76964 commit 65012ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/helm-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
with:
138138
charts_dir: .
139139
mark_as_latest: false
140-
packages_with_index: true
140+
packages_with_index: false
141141
skip_packaging: true
142142
env:
143143
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)