From 4810a133d58353fa5ee287a61c508d6cd0158a7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobi=20Sch=C3=A4fer?= Date: Sat, 15 Feb 2025 15:54:08 +0100 Subject: [PATCH] =?UTF-8?q?fixup!=20Set=20the=20release=20title=20to=20tod?= =?UTF-8?q?ay=E2=80=99s=20date=20as=20formatted=20string?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bb5a9dd1..43098d0a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: direction: upload url: https://code.host.antville.org token: ${{ github.token }} - title: ${{ env.today }} + title: ${{ env.TODAY }} release-dir: build/distributions release-notes-assistant: true verbose: true