From 05ee1b791b4ae65484000ad0b6defaf2fb227dfa Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Mon, 19 Aug 2024 00:40:50 +0900 Subject: [PATCH] CI: fix line 2: bad substitution: no closing "`" in ` Signed-off-by: Akihiro Suda --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6542ae4e8cd..2bc463a296f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -99,7 +99,7 @@ jobs: The sha256sum of the SHA256SUMS file itself is \`${shasha}\` . - - - - Release manager: [ADD YOUR NAME HERE] (@[ADD YOUR GITHUB ID HERE])` + Release manager: [ADD YOUR NAME HERE] (@[ADD YOUR GITHUB ID HERE]) EOF - uses: actions/attest-build-provenance@v1 if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')