chore: fix publish for new chart
This commit is contained in:
parent
c18074b916
commit
9760a1c38c
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ for p in * ; do
|
|||
# should be increased?
|
||||
tag="${p}-v${v}"
|
||||
# check if a old version exists
|
||||
if [ -n $lastTag ]; then
|
||||
if [ ! $lastTag == '' ]; then
|
||||
|
||||
# check if changes since new version happen
|
||||
changes=$(git diff "${lastTag}" -- "${p}" | wc -l);
|
||||
|
|
Loading…
Add table
Reference in a new issue