fix: publish error
This commit is contained in:
parent
e7ad0c1089
commit
d70bded4a9
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -26,6 +26,7 @@ jobs:
|
|||||||
git config user.email "test@mail.com"
|
git config user.email "test@mail.com"
|
||||||
git config user.name "test" && git add .
|
git config user.name "test" && git add .
|
||||||
echo "# test" >> Release.md
|
echo "# test" >> Release.md
|
||||||
|
git add .
|
||||||
git commit -m "chore(versions): test publish packages xxx"
|
git commit -m "chore(versions): test publish packages xxx"
|
||||||
yarn release:force --registry https://registry.npmjs.org/
|
yarn release:force --registry https://registry.npmjs.org/
|
||||||
push-docker:
|
push-docker:
|
||||||
|
Loading…
Reference in New Issue
Block a user