From adc84f8d1851e7aae286079df461706761c19060 Mon Sep 17 00:00:00 2001 From: vados Date: Fri, 8 Dec 2023 13:02:25 +0900 Subject: [PATCH] fix(ci): use newline in prep-release output Signed-off-by: vados --- .github/workflows/prep-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prep-release.yaml b/.github/workflows/prep-release.yaml index 4a2166e..3f4cea6 100644 --- a/.github/workflows/prep-release.yaml +++ b/.github/workflows/prep-release.yaml @@ -33,7 +33,7 @@ jobs: env: VERSION: ${{inputs.version}} run: | - echo value=$(just print-version) >> GITHUB_OUTPUT + echo "value=$(just print-version)\n" >> GITHUB_OUTPUT # TODO: We should update the CHANGELOG to the new version