From 614446dd119b40c2e892f9e558260cd0b452f711 Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Tue, 29 Oct 2024 14:04:45 -0600 Subject: [PATCH] add missing semicolon --- .github/workflows/build-tag-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-tag-release.yml b/.github/workflows/build-tag-release.yml index 34f802c..e47dda0 100644 --- a/.github/workflows/build-tag-release.yml +++ b/.github/workflows/build-tag-release.yml @@ -27,7 +27,7 @@ jobs: for file in ${{ steps.get-changed-files.outputs.all }}; do echo "Checking if file '$file' should trigger a plugin release" if [[ "$file" == .github/* ]] || \ - [[ "$file" == .wordpress.org/ ]] then + [[ "$file" == .wordpress.org/ ]]; then echo "'$file' is inside an ignored directory." continue fi