Skip to content

Commit af3ba2d

Browse files
committed
fix: 优化 actions 38
1 parent 9fcc50b commit af3ba2d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/code-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 代码格式检查
22

3-
name: code review
3+
name: code-review
44

55
on:
66
push:

.github/workflows/release-please.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 如果是开发合并请求到主干,则会根据约定式提交创建一个 releasePR,是一个新版本合并请求。
22
# 如果是新版本合并请求合并到主干,则会触发版本发布到 npm/github 等仓库。
33

4-
name: release please
4+
name: release-please
55

66
on:
77
push:
@@ -35,6 +35,9 @@ jobs:
3535
- uses: ./.github/actions/node-env
3636
- run: npm ci
3737
- run: npm run test-coverage
38+
- uses: codecov/codecov-action@v3
39+
with:
40+
token: ${{ secrets.CODECOV_TOKEN }}
3841
- uses: codacy/codacy-coverage-reporter-action@v1
3942
with:
4043
api-token: ${{ secrets.CODACY_API_TOKEN }}

0 commit comments

Comments
 (0)