Skip to content

Commit a841260

Browse files
authored
Merge pull request #51 from codebtech/feat/create-builds
new build step with email
2 parents 1173d6d + 07bd2b4 commit a841260

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/plugin-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
echo "password=${{ secrets.GITHUB_TOKEN }}" >> .git/credentials
5656
git fetch origin main-built
5757
git checkout -b main-built
58+
git merge origin/main-built
5859
git add -A # Stage all changes, including untracked files
5960
git clean -fdX
6061
git commit -m "Built WordPress plugin" --no-verify

0 commit comments

Comments
 (0)