Skip to content

Commit

Permalink
fix: 🐛 修复无法生成日志
Browse files Browse the repository at this point in the history
  • Loading branch information
MuyianKing committed Nov 6, 2024
1 parent 8b07dc7 commit a42b78c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
node-version: 22.x
- name: npm publish
run: |
cd ./cli
npm run log
cd ./cli
npm publish
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
## 0.0.1 (2024-11-06)
## [0.0.1](https://github.com/MuyianKing/cli/compare/v0.0.8...v0.0.1) (2024-11-06)



## [0.0.8](https://github.com/MuyianKing/cli/compare/v0.0.7...v0.0.8) (2024-11-06)


### Bug Fixes

* :bug: 修复publish.yml无法发布问题 ([8b07dc7](https://github.com/MuyianKing/cli/commit/8b07dc75e211891dfc1ec1f111c6bdf589ee3b1b))



## [0.0.7](https://github.com/MuyianKing/cli/compare/0.0.7...v0.0.7) (2024-11-06)


### Features

* :sparkles: 增加github action 配置 ([9895c0b](https://github.com/MuyianKing/cli/commit/9895c0b1e5e3f5ec570c5cb7ca2b6dce08705bcf))



## [0.0.6](https://github.com/MuyianKing/cli/compare/v0.0.5...v0.0.6) (2024-11-06)


### Bug Fixes
Expand All @@ -9,3 +31,6 @@
### Features

* :sparkles: 增加命令缺失提示 ([7d96a69](https://github.com/MuyianKing/cli/commit/7d96a69f04faa31c3dccebce176cf39f5bc022e4))



0 comments on commit a42b78c

Please sign in to comment.