From b988fbbec01a35e6d5b34cd1774ca8fd234e7715 Mon Sep 17 00:00:00 2001 From: marcusquinn <6428977+marcusquinn@users.noreply.github.com> Date: Mon, 14 Apr 2025 19:28:20 +0100 Subject: [PATCH] Update release workflow to include .wordpress-org directory --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 46b7660..6e9c681 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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