fix: publish error

This commit is contained in:
chenos 2022-10-31 23:55:11 +08:00
parent d0b1de826a
commit e7ad0c1089

View File

@ -25,6 +25,7 @@ jobs:
npm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}
git config user.email "test@mail.com"
git config user.name "test" && git add .
echo "# test" >> Release.md
git commit -m "chore(versions): test publish packages xxx"
yarn release:force --registry https://registry.npmjs.org/
push-docker: