diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e7eab20b1..974a6de72 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,6 +26,7 @@ jobs: git config user.email "test@mail.com" git config user.name "test" && git add . echo "# test" >> Release.md + git add . git commit -m "chore(versions): test publish packages xxx" yarn release:force --registry https://registry.npmjs.org/ push-docker: