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 6bcdba7 + 1638a37 commit a90be4eCopy full SHA for a90be4e
.github/workflows/release-please.yml
@@ -16,7 +16,6 @@ jobs:
16
- run: sudo timedatectl set-timezone Asia/Shanghai
17
- run: timedatectl
18
- uses: google-github-actions/release-please-action@v3
19
- id: release
20
with:
21
token: ${{ secrets.GITHUB_TOKEN }}
22
release-type: node
@@ -27,6 +26,8 @@ jobs:
27
26
needs: release
28
if: needs.release.outputs.release_created
29
steps:
+ - run: sudo timedatectl set-timezone Asia/Shanghai
30
+ - run: timedatectl
31
- uses: actions/checkout@v3
32
- uses: actions/setup-node@v3
33
0 commit comments