Update release workflow to include .wordpress-org directory

This commit is contained in:
2025-04-14 19:28:20 +01:00
parent ac3e47a147
commit d3a99b2389

View File

@ -40,6 +40,10 @@ jobs:
cp -r languages build/wp-fix-plugin-does-not-exist-notices/
fi
if [ -d ".wordpress-org" ]; then
cp -r .wordpress-org build/wp-fix-plugin-does-not-exist-notices/
fi
- name: Create ZIP file
run: |
cd build