We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 344fefb commit 3bed759Copy full SHA for 3bed759
.github/workflows/version-check.yml
@@ -27,7 +27,7 @@ jobs:
27
28
# Find all top-level Chart.yaml files (exclude subcharts in charts/ subdirectories)
29
# The chart-releaser only releases top-level charts, so we only check those
30
- CHART_FILES=$(find . -maxdepth 2 -name "Chart.yaml" -type f | grep -v "/\.")
+ CHART_FILES=$(find . -name "Chart.yaml" -not -path "*/charts/*" -type f | grep -v "/\.")
31
32
echo "Checking Chart.yaml files for version bumps..."
33
0 commit comments