From 92fa9e0a6e62871318559501314c505cfb5e6fce Mon Sep 17 00:00:00 2001 From: Mohan Raj Date: Mon, 19 Feb 2024 18:54:46 +0000 Subject: [PATCH] new build step --- .github/workflows/plugin-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/plugin-build.yml b/.github/workflows/plugin-build.yml index ce4535c..88b2787 100644 --- a/.github/workflows/plugin-build.yml +++ b/.github/workflows/plugin-build.yml @@ -50,6 +50,6 @@ jobs: run: | git checkout -b main-built git add -A # Stage all changes, including untracked files - git ls-files --ignored --exclude-standard -o -z | xargs -0 git rm --cached # Remove ignored files from the index + git ls-files --ignored --exclude-standard -o -z . | xargs -0 git rm --cached # Remove ignored files from the index git commit -m "Built WordPress plugin" --no-verify git push origin main-built