Skip to content

Commit 9e3171c

Browse files
authored
Merge pull request #45 from codebtech/feat/create-builds
new build step
2 parents a6be5b4 + 062a2a1 commit 9e3171c

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)