Skip to content

Commit

Permalink
Fixing release script to not fail on dependency charts
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlocph committed Aug 5, 2021
1 parent 922111d commit 5910080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Extract chart version
id: chart_version
run: |
CHART_VERSION=$(cat charts/onechart/Chart.yaml | grep version:)
CHART_VERSION=$(cat charts/onechart/Chart.yaml | grep ^version:)
CHART_VERSION=${CHART_VERSION#version: }
echo $CHART_VERSION
echo ::set-output name=chart_version::$CHART_VERSION
Expand Down

0 comments on commit 5910080

Please sign in to comment.