From 02435193e92ed67138ab55ea8e9da0b4f73ab04f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=23=E4=BA=91=E6=B7=A1=E7=84=B6?= Date: Fri, 17 Mar 2023 03:05:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=20actions=204?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release-please.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 6fdaf10..97e3543 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -16,7 +16,6 @@ jobs: - run: sudo timedatectl set-timezone Asia/Shanghai - run: timedatectl - uses: google-github-actions/release-please-action@v3 - id: release with: token: ${{ secrets.GITHUB_TOKEN }} release-type: node @@ -27,6 +26,8 @@ jobs: needs: release if: needs.release.outputs.release_created steps: + - run: sudo timedatectl set-timezone Asia/Shanghai + - run: timedatectl - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: