fix: publish error

This commit is contained in:
chenos 2022-11-01 00:00:15 +08:00
parent e7ad0c1089
commit d70bded4a9

View File

@ -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: