1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-04-14 18:30:30 +08:00

feat(GitHub Actions): 修改CD流水线逻辑,基于@142vip/fairy-cli模块使用changelog命令

This commit is contained in:
142vip.cn
2024-09-25 21:49:00 +08:00
parent 1b24acd6df
commit c0d8877bd8
3 changed files with 11 additions and 14 deletions

View File

@@ -136,7 +136,8 @@ jobs:
# Github发布版本并更新Release信息
- name: Release New Version
run: npx changelog
run: |
npx fa changelog
env:
GITHUB_TOKEN: ${{secrets.TOKEN}}