From e520b2c500773d782bbb58dab228d47fa8f2a0d8 Mon Sep 17 00:00:00 2001 From: kurotu Date: Mon, 23 Sep 2024 17:18:42 +0900 Subject: [PATCH] Use Asia/Tokyo in release workflow --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e54937a..f9d6b40 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,6 +9,8 @@ on: jobs: bump: + env: + TZ: Asia/Tokyo runs-on: ubuntu-latest steps: - uses: actions/checkout@v4