Skip to content

Commit 472b1e2

Browse files
committed
[actions] remove verify flag
1 parent c6b1d54 commit 472b1e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-helm-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Install helm-s3 plugin
4646
run: |
47-
helm plugin install --verify=false https://github.com/hypnoglow/helm-s3.git
47+
helm plugin install https://github.com/hypnoglow/helm-s3.git
4848
4949
- name: Package Helm chart
5050
run: |

0 commit comments

Comments
 (0)