ci: Add date to nightly release title (#2748)

This commit is contained in:
Ayaz Salikhov
2025-11-03 17:16:29 +00:00
committed by GitHub
parent 7e4e12385f
commit b485fdc18d

View File

@@ -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.