Skip to content

Commit

Permalink
Actions: pull changes before updating changelog
Browse files Browse the repository at this point in the history
Vicente Canales committed Nov 15, 2023

Unverified

No user is associated with the committer email.
1 parent b605b7f commit 3bd71e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-to-dotorg.yml
Original file line number Diff line number Diff line change
@@ -79,6 +79,7 @@ jobs:
git config user.name github-actions
git config user.email [email protected]
git config --global --add --bool push.autoSetupRemote true
git pull
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 )
gh release create ${{steps.update-version.outputs.NEW_TAG }} --generate-notes

0 comments on commit 3bd71e8

Please sign in to comment.