Skip to content

Commit 3bd71e8

Browse files
author
Vicente Canales
committed
Actions: pull changes before updating changelog
1 parent b605b7f commit 3bd71e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-to-dotorg.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
git config user.name github-actions
8080
git config user.email [email protected]
8181
git config --global --add --bool push.autoSetupRemote true
82+
git pull
8283
git diff-index --quiet HEAD -- || ( git add package.json package-lock.json readme.txt create-block-theme.php && git commit -m "Version bump & changelog update" --no-verify && git push )
8384
gh release create ${{steps.update-version.outputs.NEW_TAG }} --generate-notes
8485

0 commit comments

Comments
 (0)