mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-18 18:55:51 +00:00
ci: Remove backticks from release date (#2754)
This commit is contained in:
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@@ -110,7 +110,7 @@ jobs:
|
||||
with:
|
||||
delete_pattern: "nightly-*"
|
||||
prerelease: true
|
||||
title: "Clio development build (`nightly-${{ needs.get_date.outputs.date }}`)"
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user