diff --git a/.github/workflows/build-tag-release.yml b/.github/workflows/build-tag-release.yml index 3ff1679..7ae9014 100644 --- a/.github/workflows/build-tag-release.yml +++ b/.github/workflows/build-tag-release.yml @@ -22,12 +22,12 @@ jobs: shell: bash run: | echo "Changed files: ${{ steps.get-changed-files.outputs.all }}" - shopt -s extglob nocasematch + shopt -s nocasematch run_plugin_update="false" for file in ${{ steps.get-changed-files.outputs.all }}; do echo "Checking if file '$file' should trigger a plugin release" - if [[ "$file" != */.wordpress.org/+(*) ]] && \ - [[ "$file" != */.github/+(*) ]] && \ + if [[ "$file" != */.wordpress.org/* ]] && \ + [[ "$file" != */.github/* ]] && \ [[ "$file" != */readme.* ]] && \ [[ "$file" != */".gitattributes" ]] && \ [[ "$file" != */".gitignore" ]] && \