Skip to content

Commit

Permalink
SED update
Browse files Browse the repository at this point in the history
  • Loading branch information
greggbjensen committed Aug 15, 2024
1 parent d9670c0 commit c5b48b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/charts-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
chart=$(dirname $chartFile)
name=$(basename chart)
sed -i 's/^\(app\)\?\(\s*[Vv]ersion:\s*\).\+/\1\2"$VERSION"/' $chartFile
sed -i "s/^\(app\)\?\(\s*[Vv]ersion:\s*\).\+/\1\2""$VERSION""/" $chartFile
cat $chartFile
Expand Down

0 comments on commit c5b48b2

Please sign in to comment.