Skip to content

Commit

Permalink
Fix cosign command
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis committed Feb 16, 2024
1 parent 167c7a5 commit 595cf92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/release/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ publishHelmChart() {
rm "${HELM_CHART_FILE_NAME}"
cd ..

cosignHelmChart "${RELEASE_REPO}" "${HELM_CHART_VERSION}"
cosignHelmChart "${RELEASE_REPO}/${CHART_NAME}" "${HELM_CHART_VERSION}"
}

cosignHelmChart() {
Expand Down

0 comments on commit 595cf92

Please sign in to comment.