mirror of
https://github.com/WordPress/create-block-theme.git
synced 2025-10-04 16:21:40 +08:00
debug github action
This commit is contained in:
parent
04276d215b
commit
09fe65aaab
1 changed files with 3 additions and 0 deletions
3
.github/workflows/deploy-to-dotorg.yml
vendored
3
.github/workflows/deploy-to-dotorg.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue