ci: 修改发布设置
Some checks failed
/ release (push) Failing after 39s

This commit is contained in:
zhaoyingbo 2024-08-19 02:42:21 +00:00
parent 8fd0edf588
commit 867ddda018
2 changed files with 8 additions and 3 deletions

View File

@ -24,11 +24,11 @@ jobs:
run: |
git config --global user.name 'zhaoyingbo'
git config --global user.email 'zhaoyingbo@live.cn'
npx lerna version patch --yes --since master
npx lerna version patch --yes
git push --follow-tags
- name: Publish packages
run: |
git update-index --assume-unchanged .npmrc
echo "//git.yingbo.im:333/api/packages/zhaoyingbo/npm/:_authToken=${{ secrets.NPM_TOKEN }}" >> .npmrc
npx lerna publish from-package --yes --since master
npx lerna publish from-package --yes

View File

@ -9,5 +9,10 @@
"yes": true,
"message": "chore(release): publish"
}
}
},
"ignoreChanges": [
"**/__fixtures__/**",
"**/__tests__/**",
"**/*.md"
]
}