Skip to content

Commit 5a99d6b

Browse files
authored
Merge pull request #5 from linuxfoundation/fix-helm-version
Fix format for `helm_version` input for helm-chart-oci-publisher
2 parents 21707f5 + f61295b commit 5a99d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ko-build-tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: Publish Tagged Release
1010

1111
env:
1212
COSIGN_VERSION: v2.6.1
13-
HELM_VERSION: v4.0.1
13+
HELM_VERSION: 4.0.1
1414

1515
permissions:
1616
contents: read

0 commit comments

Comments
 (0)