Skip to content

Commit 71e1ea9

Browse files
committed
Syntax fix
1 parent 574b931 commit 71e1ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-feature-branch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ jobs:
281281
282282
containers=${{ join(matrix.dbs, ' ') }}
283283
284-
if [ -n "$containers" ]
284+
if [ -n "$containers" ]; then
285285
compose_files=()
286286
for db in $containers; do
287287
case "$db" in

0 commit comments

Comments
 (0)