Skip to content

Commit b691240

Browse files
committed
fix starter version
1 parent e5a7682 commit b691240

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-source.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ jobs:
186186
sed -i "s/.*repository_tag.*/ repository_tag: v$RELEASE_VERSION/" "$dir"/values/values.yaml; \
187187
fi; \
188188
fi; \
189-
# skip helm dep update and helm dep build for directories with '_starter' in the name
190-
if [[ "$dir" != *"_starter"* ]]; then
189+
# skip helm dep update and helm dep build for directories with 'starter' in the name
190+
if [[ "$dir" != *"starter"* ]]; then
191191
helm dep build "$dir"
192192
helm dep update "$dir"
193193
fi

0 commit comments

Comments
 (0)