mirror of
https://github.com/truecharts/charts.git
synced 2026-07-09 05:01:23 -03:00
Update charts-release.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
6
.github/workflows/charts-release.yaml
vendored
6
.github/workflows/charts-release.yaml
vendored
@@ -40,6 +40,12 @@ jobs:
|
||||
# Fix sh files to always be executable
|
||||
find . -name '*.sh' | xargs chmod +x
|
||||
|
||||
# Optional step if GPG signing is used
|
||||
- name: Clean Questions
|
||||
shell: bash
|
||||
run: |
|
||||
find ./helm -type f -name 'questions.yaml' -exec rm {} \;
|
||||
|
||||
- name: Commit Helm Changes
|
||||
run: |
|
||||
rm -rf helm/charts
|
||||
|
||||
Reference in New Issue
Block a user