mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 07:57:20 +00:00
fix: publish error
This commit is contained in:
parent
d0b1de826a
commit
e7ad0c1089
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user