fix(chart): fix cosign-installer tag

This commit is contained in:
Anthony Clerici
2026-03-07 12:51:21 -08:00
parent dbc3e23eb3
commit 604848b0f3
+1 -3
View File
@@ -4,8 +4,6 @@ on:
push:
branches:
- main
paths:
- "chart/Chart.yaml"
jobs:
release:
@@ -44,7 +42,7 @@ jobs:
- name: Install cosign
if: steps.check.outputs.new == 'true'
uses: sigstore/cosign-installer@v4
uses: sigstore/cosign-installer@v4.0.0
- name: Sign chart with cosign
if: steps.check.outputs.new == 'true'