Skip to content

Commit

Permalink
fix: 优化 actions 3
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudcome committed Mar 16, 2023
1 parent c24b6e5 commit bd6de15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
contents: read

jobs:
code-review:
lint-test:
runs-on: ubuntu-latest
steps:
- run: sudo timedatectl set-timezone Asia/Shanghai
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
bump-minor-pre-major: true

publish:
runs-on: ubuntu-latest
needs: release
if: needs.release.outputs.release_created
steps:
Expand Down

0 comments on commit bd6de15

Please sign in to comment.