Skip to content

Commit

Permalink
chore: Update Chart.yaml with release version for marvinjs
Browse files Browse the repository at this point in the history
  • Loading branch information
dv-hossam-radwan committed May 8, 2024
1 parent b418163 commit 361eec5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ jobs:
for dir in $ls_result; do \
sed -i "s/^version.*/version: $RELEASE_VERSION/" "$dir"/Chart.yaml;\
sed -i "s/^appVersion.*/appVersion: \"$RELEASE_VERSION\"/" "$dir"/Chart.yaml;\
sed -i "/ - name: marvinjs/{n; s/ version.*/ version: $RELEASE_VERSION/}" "$dir"/Chart.yaml;\
done
# update subchart version
for folder in ./*; do \
Expand Down

0 comments on commit 361eec5

Please sign in to comment.