From 2f050e5f6698ff45f7196cf539f14c56d9e12ab3 Mon Sep 17 00:00:00 2001 From: Yutaka Kondo Date: Fri, 17 Jan 2025 10:48:06 +0900 Subject: [PATCH] line feed Signed-off-by: Yutaka Kondo --- .github/workflows/github-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-release.yaml b/.github/workflows/github-release.yaml index 6dac859cb7b..170c57b4398 100644 --- a/.github/workflows/github-release.yaml +++ b/.github/workflows/github-release.yaml @@ -60,7 +60,7 @@ jobs: run: | gh release ${{ steps.select-verb.outputs.verb }} "${{ steps.set-tag-name.outputs.tag-name }}" \ --draft \ - --target "main" + --target "main" \ --title "Release ${{ steps.set-tag-name.outputs.tag-name }}" \ --notes "$NOTES" env: