From 87367ffe81d072ff5d5be65a18ba3af9930c15a9 Mon Sep 17 00:00:00 2001 From: Dynesshely Date: Sun, 24 Mar 2024 14:32:43 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20=F0=9F=93=9D=20Fix,=20Chore(CI):?= =?UTF-8?q?=20Error=20on=20get=20date.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto-release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 01a9369..047b615 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -44,6 +44,9 @@ jobs: echo "CAN_RELEASE=false" >> $env:GITHUB_ENV } + $date = (Get-Date -Format "yyyy.MM.dd") + echo "date=$date" >> $env:GITHUB_ENV + - name: Check New Commit shell: pwsh run: |