Unverified Commit 5e6e1045 authored by Schuyler Eldridge's avatar Schuyler Eldridge
Browse files

[ci] Fix Quoted URL in CD Workflow



Fix an issue where the release notes would generate a URL like:

    [text]("url")

Change this to the following by using the `jq` raw string option:

    [text](url)

Signed-off-by: default avatarSchuyler Eldridge <schuyler.eldridge@sifive.com>
parent 1933502b
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment