Skip to content

Commit

Permalink
Fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlocph committed Aug 17, 2024
1 parent 98b9f1c commit c9638da
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ jobs:
echo $CHART_VERSION
echo ::set-output name=cron_job_chart_version::$CHART_VERSION
CHART_VERSION=$(cat charts/namespaces/Chart.yaml | grep ^version:)
CHART_VERSION=${CHART_VERSION#version: }
echo $CHART_VERSION
echo ::set-output name=namespaces_chart_version::$CHART_VERSION
CHART_VERSION=$(cat charts/static-site/Chart.yaml | grep ^version:)
CHART_VERSION=${CHART_VERSION#version: }
echo $CHART_VERSION
Expand Down

0 comments on commit c9638da

Please sign in to comment.