Skip to content

Commit a6791e9

Browse files
authored
Merge pull request #47 from codebtech/feat/create-builds
new build step
2 parents 8cf114a + 28689ec commit a6791e9

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 clean -fdX
5454
git commit -m "Built WordPress plugin" --no-verify
5555
git push origin main-built

0 commit comments

Comments
 (0)