Skip to content

Commit 92fa9e0

Browse files
committed
new build step
1 parent 062a2a1 commit 92fa9e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/plugin-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ jobs:
5050
run: |
5151
git checkout -b main-built
5252
git add -A # Stage all changes, including untracked files
53-
git ls-files --ignored --exclude-standard -o -z | xargs -0 git rm --cached # Remove ignored files from the index
53+
git ls-files --ignored --exclude-standard -o -z . | xargs -0 git rm --cached # Remove ignored files from the index
5454
git commit -m "Built WordPress plugin" --no-verify
5555
git push origin main-built

0 commit comments

Comments
 (0)