Fixed YAML_VERSION
This commit is contained in:
@@ -30,7 +30,7 @@ jobs:
|
||||
run: |
|
||||
set -euo pipefail
|
||||
FILE="Chart.yaml"
|
||||
YAML_VER="$(grep '^version:' "$FILE" | awk '{print $2}')"
|
||||
YAML_VERSION="$(grep '^version:' "$FILE" | awk '{print $2}')"
|
||||
|
||||
- name: Lint and package chart
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user