Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit c9638da

Browse files
committed
Fixing build
1 parent 98b9f1c commit c9638da

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release.yml

-5
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ jobs:
3636
echo $CHART_VERSION
3737
echo ::set-output name=cron_job_chart_version::$CHART_VERSION
3838
39-
CHART_VERSION=$(cat charts/namespaces/Chart.yaml | grep ^version:)
40-
CHART_VERSION=${CHART_VERSION#version: }
41-
echo $CHART_VERSION
42-
echo ::set-output name=namespaces_chart_version::$CHART_VERSION
43-
4439
CHART_VERSION=$(cat charts/static-site/Chart.yaml | grep ^version:)
4540
CHART_VERSION=${CHART_VERSION#version: }
4641
echo $CHART_VERSION

0 commit comments

Comments
 (0)