debug github action

This commit is contained in:
Matias Benedetto 2023-01-24 10:45:11 +08:00
parent 04276d215b
commit 09fe65aaab

View file

@ -46,6 +46,9 @@ jobs:
git config user.email github-actions@github.com
git config --global --add --bool push.autoSetupRemote true
git diff-index --quiet HEAD -- || ( git add package.json readme.txt create-block-theme.php && git commit -m "Version bump & changelog update" && git push )
echo NEW_TAG
echo NEW_VERSION
echo CHANGELOG
gh release create ${{steps.update-version.outputs.NEW_TAG }} --notes "test"

- name: Create Block Theme Plugin Deploy to WordPress.org