Skip to content

Commit 062a2a1

Browse files
committed
new build step
1 parent 82260ac commit 062a2a1

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
@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: Create and push built branch
5050
run: |
51-
git checkout main-built
51+
git checkout -b main-built
5252
git add -A # Stage all changes, including untracked files
5353
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

0 commit comments

Comments
 (0)