Skip to content

Commit 7e48f72

Browse files
authored
v0.1.0
1 parent 9924268 commit 7e48f72

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
pnpm build
2727
- name: 部署
2828
run: |
29-
pnpm publish
29+
pnpm publish --no-git-checks
3030
env:
3131
NODE_AUTH_TOKEN: ${{ secrets.ACCESS_TOKEN }}
3232
build:

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@
22

33
## [0.1.0] - 2023-08-18
44

5-
### ⚠️ 重要变更
6-
75
- 发布首个版本

0 commit comments

Comments
 (0)