Skip to content

Commit a90be4e

Browse files
authored
Merge pull request #72 from cloudcome/feat/v0.x
Feat/v0.x 2023-03-17 03:06:23
2 parents 6bcdba7 + 1638a37 commit a90be4e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
- run: sudo timedatectl set-timezone Asia/Shanghai
1717
- run: timedatectl
1818
- uses: google-github-actions/release-please-action@v3
19-
id: release
2019
with:
2120
token: ${{ secrets.GITHUB_TOKEN }}
2221
release-type: node
@@ -27,6 +26,8 @@ jobs:
2726
needs: release
2827
if: needs.release.outputs.release_created
2928
steps:
29+
- run: sudo timedatectl set-timezone Asia/Shanghai
30+
- run: timedatectl
3031
- uses: actions/checkout@v3
3132
- uses: actions/setup-node@v3
3233
with:

0 commit comments

Comments
 (0)