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

This commit is contained in:
zhaoyingbo 2024-08-18 18:52:24 +08:00
parent 06d4207728
commit 608220a0ba

View File

@ -1,5 +1,3 @@
name: Release
on:
push:
branches:
@ -25,6 +23,9 @@ jobs:
run: |
echo "//git.yingbo.im:333/api/packages/zhaoyingbo/npm/:_authToken=${{ secrets.NPM_TOKEN }}" >> .npmrc
- name: Stash changes
run: git stash
- name: Bump version and push tag
id: bump_version
run: |
@ -34,4 +35,4 @@ jobs:
git push --follow-tags
- name: Publish package
run: npm publish
run: npm publish