From 1ca4dbc4776e442ab6b309f3942d917203b96610 Mon Sep 17 00:00:00 2001 From: Shady Khalifa Date: Tue, 21 Jan 2025 16:58:38 +0200 Subject: [PATCH] fix: prerelease CI --- .github/workflows/pre-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index ca44b36e6..7cca2b1fb 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -20,7 +20,7 @@ jobs: id: commit_info run: | echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT - echo "commit_message=$(git log -1 --pretty=%B)" >> $GITHUB_OUTPUT + echo "commit_message='$(git log -1 --pretty=%B)'" >> $GITHUB_OUTPUT # Generating a GitHub token, so that tags created by the action # triggers the other workflows