From 9ff5daa2fd3ae62ad54cf4b8ad9f3c256cec7240 Mon Sep 17 00:00:00 2001 From: Xiao Gui Date: Mon, 26 Feb 2024 15:11:14 +0100 Subject: [PATCH] fix release checklist --- .github/workflows/release-checklist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-checklist.yml b/.github/workflows/release-checklist.yml index 8323f0b0..12d30d90 100644 --- a/.github/workflows/release-checklist.yml +++ b/.github/workflows/release-checklist.yml @@ -118,7 +118,7 @@ jobs: echo -e new_issue: $new_issue - echo -e new_issue | gh issue create \ + echo -e $new_issue | gh issue create \ -R ${{ env.REPO }} \ -l '${{ env.RELEASE_CHECKLIST_TAG }}' \ -t '[release checklist] v???' \