From b485fdc18d711ea268691a42f3f2b616637fbfb8 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Mon, 3 Nov 2025 17:16:29 +0000 Subject: [PATCH] ci: Add date to nightly release title (#2748) --- .github/workflows/nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index e718a26f..9202e14a 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -110,7 +110,7 @@ jobs: with: delete_pattern: "nightly-*" prerelease: true - title: "Clio development (nightly) build" + title: "Clio development build (`nightly-${{ needs.get_date.outputs.date }}`)" version: nightly-${{ needs.get_date.outputs.date }} header: > > **Note:** Please remember that this is a development release and it is not recommended for production use.