Skip to content

Commit

Permalink
fix helm build
Browse files Browse the repository at this point in the history
  • Loading branch information
dv-hossam-radwan committed May 8, 2024
1 parent e075a9f commit 6167983
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ jobs:
sed -i "s/.*repository_tag.*/ repository_tag: v$RELEASE_VERSION/" "$dir"/values/values.yaml; \
fi; \
fi; \
helm dep build; \
helm dep update; \
helm dep build $dir; \
helm dep update $dir; \
done
# commit and push changes
git add .
Expand Down

0 comments on commit 6167983

Please sign in to comment.