Skip to content

Commit 07bd2b4

Browse files
committed
new build step with email
1 parent e0f7d31 commit 07bd2b4

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)