chore(scripts): fix script
This commit is contained in:
2
.github/workflows/charts-release.yaml
vendored
2
.github/workflows/charts-release.yaml
vendored
@@ -241,7 +241,7 @@ jobs:
|
||||
filename=$(basename "${file}")
|
||||
echo "Found doc file: ${file}"
|
||||
test_title=$(head -n 1 "${file}" | grep -v "\-\-\-" | sed 's/# //')
|
||||
if [ -n ${test_title} ]; then
|
||||
if [ -n "${test_title}" ]; then
|
||||
echo "Doc title should use front matter and not # for title, for example"
|
||||
echo "---"
|
||||
echo "title: ${test_title}"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: sonarr
|
||||
version: 19.0.2
|
||||
version: 19.0.3
|
||||
appVersion: 4.0.0.741
|
||||
description: Smart PVR for newsgroup and bittorrent users
|
||||
home: https://truecharts.org/charts/stable/sonarr
|
||||
|
||||
Reference in New Issue
Block a user