Skip to content

Commit

Permalink
add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Oct 29, 2024
1 parent 8bcbd6c commit 614446d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 614446d

Please sign in to comment.