Skip to content

Commit c861722

Browse files
authored
Merge pull request #70 from cloudcome/feat/v0.x
fix: 优化 actions 3
2 parents b6a4082 + bd6de15 commit c861722

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/code-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
contents: read
1515

1616
jobs:
17-
code-review:
17+
lint-test:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- run: sudo timedatectl set-timezone Asia/Shanghai

.github/workflows/release-please.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
bump-minor-pre-major: true
2424

2525
publish:
26+
runs-on: ubuntu-latest
2627
needs: release
2728
if: needs.release.outputs.release_created
2829
steps:

0 commit comments

Comments
 (0)