Update release workflow to include .wordpress-org directory
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user