ci: 修改部署检证步骤
Some checks failed
Release / release (push) Failing after 15s

This commit is contained in:
zhaoyingbo 2024-08-18 18:38:47 +08:00
parent c7ca341f2e
commit 9c6cc321b9
2 changed files with 10 additions and 3 deletions

View File

@ -21,6 +21,10 @@ jobs:
- name: Install dependencies
run: npm install
- name: Configure .npmrc
run: |
echo "//git.yingbo.im:333/api/packages/zhaoyingbo/npm/:_authToken=${{ secrets.NPM_TOKEN }}" >> .npmrc
- name: Bump version and push tag
id: bump_version
run: |
@ -31,5 +35,3 @@ jobs:
- name: Publish package
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

View File

@ -1,3 +1,8 @@
{
"cSpell.words": ["commitlint", "tseslint"]
"cSpell.words": [
"commitlint",
"tseslint",
"yingbo",
"zhaoyingbo"
]
}