Skip to content

Commit

Permalink
Update .github/workflows/release.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Rizov (ZF Friedrichshafen AG) <138589018+borisrizov-zf@users.noreply.github.com>
  • Loading branch information
DominikPinsel and borisrizov-zf authored Oct 20, 2023
1 parent c2bd166 commit a1236da
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 @@ -208,7 +208,7 @@ jobs:
run: |
chart_yaml_path="./charts/managed-identity-wallet/Chart.yaml"
# Use grep to find the line containing appVersion, awk to split by ":" and cut to remove leading/trailing spaces
# Use grep to find the line containing appVersion, awk to split by ":" and gsub (awk) to remove leading/trailing spaces
app_version=$(grep 'appVersion:' "$chart_yaml_path" | awk -F: '{gsub(/^[ \t]+|[ \t]+$/,"", $2); print $2}')
echo "RELEASE_VERSION=$app_version" >> $GITHUB_ENV
Expand Down

0 comments on commit a1236da

Please sign in to comment.