Skip to content

Commit b485fdc

Browse files
authored
ci: Add date to nightly release title (#2748)
1 parent 7e4e123 commit b485fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
with:
111111
delete_pattern: "nightly-*"
112112
prerelease: true
113-
title: "Clio development (nightly) build"
113+
title: "Clio development build (`nightly-${{ needs.get_date.outputs.date }}`)"
114114
version: nightly-${{ needs.get_date.outputs.date }}
115115
header: >
116116
> **Note:** Please remember that this is a development release and it is not recommended for production use.

0 commit comments

Comments
 (0)