From 17ec32196c14b1d0af58a5af231a7a2115a6e633 Mon Sep 17 00:00:00 2001 From: Utsav Patel Date: Mon, 6 Oct 2025 17:25:49 +0530 Subject: [PATCH] fix: plugin checker warning --- .github/workflows/release_on_tag.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release_on_tag.yml b/.github/workflows/release_on_tag.yml index 9410e36..435ca4c 100644 --- a/.github/workflows/release_on_tag.yml +++ b/.github/workflows/release_on_tag.yml @@ -40,6 +40,7 @@ jobs: cp README.md /tmp/oneupdate/ cp uninstall.php /tmp/oneupdate/ cp -r vendor/ /tmp/oneupdate/ + cp -r languages/ /tmp/oneupdate/ # Create the zip file cd /tmp