Skip to content

Commit

Permalink
🔧 (ci): Remove chart images from Helm release readmes
Browse files Browse the repository at this point in the history
gabe565 committed Jan 26, 2023
1 parent d620ef5 commit c463982
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -28,6 +28,13 @@ jobs:
run: |
helm repo add bjw-s https://bjw-s.github.io/helm-charts
- name: Remove readme images
run: |
set -x
for f in charts/**/README.md; do
sed -i '/^<img .* alt=".* logo"/,+1d' "$f"
done
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
env:

0 comments on commit c463982

Please sign in to comment.