Skip to content

Commit 5b33c79

Browse files
committed
fix: use helm dir when publishing
1 parent d1379d1 commit 5b33c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/helm.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ fi
6565
# path of `helm package` except for the directory name :/
6666
temp_dir="$(mktemp -d)"
6767

68-
cd ./
68+
cd ./helm
6969
log "--- Packaging helm chart for version $version ($output_path)"
7070
helm package \
7171
--version "$version" \

0 commit comments

Comments
 (0)