Skip to content

Commit 6d25384

Browse files
[FIX] CI fix 3
1 parent df0d101 commit 6d25384

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release-helm.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,8 @@ jobs:
5353
CHART_NAME=$(yq eval '.name' Chart.yaml)
5454
CHART_VERSION=$(yq eval '.version' Chart.yaml)
5555
56+
echo "Chart name: ${CHART_NAME}"
57+
echo "Chart version: ${CHART_VERSION}"
58+
5659
# Save as OCI artifact
57-
helm push ${CHART_NAME}-${CHART_VERSION}.tgz oci://ghcr.io/${{ github.repository }}
60+
helm push "${CHART_NAME}-${CHART_VERSION}.tgz" oci://ghcr.io/${{ github.repository }}

0 commit comments

Comments
 (0)