Skip to content

Commit 614446d

Browse files
committed
add missing semicolon
1 parent 8bcbd6c commit 614446d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-tag-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
for file in ${{ steps.get-changed-files.outputs.all }}; do
2828
echo "Checking if file '$file' should trigger a plugin release"
2929
if [[ "$file" == .github/* ]] || \
30-
[[ "$file" == .wordpress.org/ ]] then
30+
[[ "$file" == .wordpress.org/ ]]; then
3131
echo "'$file' is inside an ignored directory."
3232
continue
3333
fi

0 commit comments

Comments
 (0)