Skip to content

Commit

Permalink
Update sed command
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianBingman committed Nov 9, 2024
1 parent 5c52bda commit e3d5969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
RELEASE_VERSION=$(jq -r .version package.json)
cd chart
sed -i -e "s/appVersion: \".\"*$/appVersion: \"$RELEASE_VERSION\"/g" Chart.yaml
sed -i -e "s/appVersion: \".*\"$/appVersion: \"$RELEASE_VERSION\"/g" Chart.yaml
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
git add Chart.yaml
Expand Down

0 comments on commit e3d5969

Please sign in to comment.