mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-19 19:25:53 +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:
|
with:
|
||||||
delete_pattern: "nightly-*"
|
delete_pattern: "nightly-*"
|
||||||
prerelease: true
|
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 }}
|
version: nightly-${{ needs.get_date.outputs.date }}
|
||||||
header: >
|
header: >
|
||||||
> **Note:** Please remember that this is a development release and it is not recommended for production use.
|
> **Note:** Please remember that this is a development release and it is not recommended for production use.
|
||||||
|
|||||||
Reference in New Issue
Block a user