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