We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6a4082 + bd6de15 commit c861722Copy full SHA for c861722
.github/workflows/code-review.yml
@@ -14,7 +14,7 @@ permissions:
14
contents: read
15
16
jobs:
17
- code-review:
+ lint-test:
18
runs-on: ubuntu-latest
19
steps:
20
- run: sudo timedatectl set-timezone Asia/Shanghai
.github/workflows/release-please.yml
@@ -23,6 +23,7 @@ jobs:
23
bump-minor-pre-major: true
24
25
publish:
26
+ runs-on: ubuntu-latest
27
needs: release
28
if: needs.release.outputs.release_created
29
0 commit comments